Skip to content

Commit

Permalink
Use yarn in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Jun 15, 2018
1 parent 87acc2b commit 818af4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -290,9 +290,9 @@ Shows validation messages in a custom div when there is a validation error.
Write code in `src`, yo.

```sh
npm install
npm run build # build all the js
npm run site # run the example site
yarn install
yarn build # build all the js
yarn site # run the example site
```

The site is available at http://localhost:8080.
Expand Down

0 comments on commit 818af4e

Please sign in to comment.