diff --git a/docs/examples.md b/docs/examples.md index 65afe6047d..efbce8b8ac 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -1,2 +1,9 @@ # Examples +## Simple Example + +A simple hello world of the `docx` library: + +[Simple Example](https://github.com/dolanmiu/docx/blob/master/demo/demo1.js ':include') + +Source: https://github.com/dolanmiu/docx/blob/master/demo/demo1.js