README.md
changeset 44 6730ec4d7e37
parent 33 f9d4c9a63e4e
child 46 86608f92ebed
--- a/README.md	Fri Jul 01 10:40:02 2016 +0200
+++ b/README.md	Fri Jul 01 11:15:37 2016 +0200
@@ -7,7 +7,7 @@
 
 ```
 
-2. Move to src/iconolab/static/js to install js dependencies.
+2. Move to src/iconolab/static/js/iconolab-bundle to install js dependencies.
 Make sure your have installed nodejs then run the command bellow
 
 ```
@@ -17,7 +17,7 @@
 3. To recreate the bundle file that lives in dist/
 
 ```
-npm build
+npm run sbuild
 
 ```