Skip to content

Commit 1790434

Browse files
hariombalharaprevwong
authored andcommitted
fix(docs): basic example paths and command (#327)
`npm dev` command doesn't exist now `basic` folder location has changed. So fix it according to that.
1 parent 1636440 commit 1790434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the live demo [here](https://craft.js.org/examples/basic/)
88

99
```bash
1010
> git clone https://github.com/prevwong/craft.js/
11-
> cd craft.js/packages/examples/basic
11+
> cd craft.js/examples/basic
1212
> npm install
13-
> npm dev
13+
> npm start
1414
```

0 commit comments

Comments
 (0)