diff --git a/node/install.bash b/node/install.bash
index e4a2ef7..0d1f24d 100644
--- a/node/install.bash
+++ b/node/install.bash
@@ -6,25 +6,52 @@
# description: |
# Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine
# examples: |
+#
+# ### Hello World
+#
# ```bash
# node -e 'console.log("Hello, World!")'
# > Hello, World!
# ```
-#
+#
#
#
-#
| Run a webserver | -#
+# npm install --save express
+# ```
+#
# -# app.js:
-# -#
+# ```
+#
# -# server.js:
-# -#
+# console.info('Listening on', this.address());
+# });
+# ```
+#
# -#
-# |
-#