diff --git a/README.md b/README.md
index 7e25666ee0..c32363f410 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,20 @@
[![PRs Welcome][pr-image]][pr-url]
-
+
# Demo
+## Browser
+
+Here are examples of `docx` being used with basic `HTML/JS` in a browser environment.
+
+* https://codepen.io/anon/pen/dqoVgQ
+* https://jsfiddle.net/3xhezb5w/2
+
+## Node
+
Press `endpoint` on the `RunKit` website:

@@ -33,9 +42,11 @@ Press `endpoint` on the `RunKit` website:
* https://runkit.com/dolanmiu/docx-demo5 - Images
* https://runkit.com/dolanmiu/docx-demo6 - Margins
* https://runkit.com/dolanmiu/docx-demo7 - Landscape
-* https://runkit.com/dolanmiu/docx-demo8/1.0.1 - Header and Footer
+* https://runkit.com/dolanmiu/docx-demo8 - Header and Footer
* https://runkit.com/dolanmiu/docx-demo10 - **My CV generated with docx**
+More [here](https://docx.js.org/#/examples) and [here](https://github.com/dolanmiu/docx/tree/master/demo)
+
# How to use & Documentation
Please refer to the [documentation at https://docx.js.org/](https://docx.js.org/) for details on how to use this library, examples and much more!