Skip to content

Commit c7f432d

Browse files
committed
typo
1 parent c86853f commit c7f432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ One advantage of the node-style structure is that functions/components can be se
2121

2222
2. Run ```npm install```.
2323

24-
3. If editing script files, cd to the scripts dir and run ``` watchify public/scripts/main.js -v -o public/scripts/build/main.js```, leave running to update built file on the fly. N.B. You will need to intall watchify globally in order to invoke it ```npm install -g watchify```.
24+
3. If editing script files, run ```watchify public/scripts/main.js -v -o public/scripts/build/main.js```, leave running to update built file on the fly. N.B. You will need to intall watchify globally in order to invoke it ```npm install -g watchify```.
2525

2626
4. To view in local browser, run ```npm start```. (Or install nodemon and use that.)
2727

0 commit comments

Comments
 (0)