git.fiddlerwoaroof.com
Browse code

Fixing README.md dev instructions for demos/doc_site

Max Summe authored on 19/06/2017 16:22:11
Showing 1 changed files
... ...
@@ -14,5 +14,5 @@ when experimenting.  To make sure you always have the most recent
14 14
 changes of Routedux, follow these steps:
15 15
 
16 16
 - `rm -rf node_modules/routedux`
17
-- `ln -s $PWD/../.. node_modules`
17
+- `ln -s $PWD/../.. node_modules/routedux`
18 18
 - `cd ../.. && yarn watch`