Skip to content

Commit b8447e4

Browse files
committed
docs(readme): fix demo path
1 parent 39c028c commit b8447e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,16 @@ to see it in action:
8888
- get a local clone:
8989

9090
```sh
91-
cd <workspace-path> # <-- replace this with your local workspace directory
91+
cd <workspace-path>
92+
# ^ replace this with your local workspace directory
9293
git clone https://github.com/eliranmal/vue-cli-template-dev-server.git
9394
```
9495

9596
- navigate to the demo, and ignite the engines:
9697

9798
```sh
98-
cd <workspace-path>/vue-cli-template-dev-server # <-- you know the drill
99+
cd <workspace-path>/vue-cli-template-dev-server/example
100+
# ^ you know the drill
99101
npm start
100102
```
101103

0 commit comments

Comments
 (0)