Skip to content

Commit 53b9477

Browse files
authored
Fix formatting in demo README
1 parent 6daddba commit 53b9477

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ npm start
1313
Run "deploy" from the demo directory:
1414

1515
```bash
16-
cd ~/react-datetime/demo
17-
npm run deploy
16+
cd ~/react-datetime/demo
17+
npm run deploy
1818
```
1919

2020
#### How to Run the demo with your local changes
2121

2222
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:
2323

2424
```bash
25-
cd ~/react-datetime
26-
npm link
25+
cd ~/react-datetime
26+
npm link
2727

28-
cd demo
29-
npm link react-datetime
28+
cd demo
29+
npm link react-datetime
3030

31-
npm start
31+
npm start
3232
```

0 commit comments

Comments
 (0)