Simon Egersand
2017-09-23 53b94774735865536479d9166c9167db678a9337
Fix formatting in demo README
1 files modified
14 ■■■■ changed files
demo/README.md 14 ●●●● patch | view | raw | blame | history
demo/README.md
@@ -13,8 +13,8 @@
Run "deploy" from the demo directory:
```bash
  cd ~/react-datetime/demo
  npm run deploy
cd ~/react-datetime/demo
npm run deploy
```
#### How to Run the demo with your local changes
@@ -22,11 +22,11 @@
If you are working on some change and you want to use the demo to test them out, you have to link your local "react-datetime" directory to the demo:
```bash
  cd ~/react-datetime
  npm link
cd ~/react-datetime
npm link
  cd demo
  npm link react-datetime
cd demo
npm link react-datetime
  npm start
npm start
```