Skip to content

Commit

Permalink
fix(docs): basic example paths and command (#327)
Browse files Browse the repository at this point in the history
`npm dev` command doesn't exist now
`basic` folder location has changed. So fix it according to that.
  • Loading branch information
hariombalhara committed Nov 15, 2021
1 parent 50e9aa5 commit 3e31d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out the live demo [here](https://craft.js.org/examples/basic/)

```bash
> git clone https://github.com/prevwong/craft.js/
> cd craft.js/packages/examples/basic
> cd craft.js/examples/basic
> npm install
> npm dev
> npm start
```

0 comments on commit 3e31d84

Please sign in to comment.