From 33cf1473b1c3d4578a6633b04464412b4adb4916 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Tue, 5 Sep 2017 11:29:26 -0700
Subject: [PATCH] updated readme

---
 README.md | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e91262150..478fbd9c9 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,31 @@
 
     npm run watch
 
-### Bundle with rollup (UMD and ES6 )
+### Bundle with rollup (UMD and ES6)
 
-    npm run watch
+    npm run bundle
+
+### Make distribution files
+
+    npm run dist
+
+### Build everything above
+
+    npm run-script build && npm run-script bundle && npm run-script dist
+
+
+## Example script
+
+### Build
+
+    npm run script
+
+### Run
+
+    node ./build/js/script.js
 
 
 TODO
 ----
 
--
+- ...
-- 
GitLab