Skip to content

Commit 9add231

Browse files
author
Walker Leite
committed
doc(README): fix wrong path
1 parent 98c0aaf commit 9add231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
4545
## Executing built files
4646

4747
```bash
48-
$ cd build/client
48+
$ cd build
4949
$ npm run start
5050
```
5151

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
## Executing built files
4343

4444
```bash
45-
$ cd build/client
45+
$ cd build
4646
$ npm run start
4747
```
4848

0 commit comments

Comments
 (0)