Skip to content

Commit

Permalink
readme: yarn => npm
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 17, 2020
1 parent aefe7b3 commit 2d2297d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ 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
> yarn install
> yarn dev
> npm install
> npm dev
```

0 comments on commit 2d2297d

Please sign in to comment.