From f9c5db8df73a743e044ffe53a0d8514963f29ab3 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 5 Aug 2018 03:28:51 +0100 Subject: [PATCH] Add sample demo --- docs/examples.md | 7 +++++++ 1 file changed, 7 insertions(+) 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