Skip to content

Commit b835a0a

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 e9566e5 commit b835a0a

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)