Skip to content

Commit

Permalink
chore: fix playground scripts in readme (#5426)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Feb 7, 2022
1 parent d8631d8 commit eda2aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,14 +677,14 @@ The result is available in `dist/` folder.

### Running demos:

All demos located in `./playground` folder. There you will fine Core (HTML, JS), React, Vue, Svelte and Angular versions.
All demos located in `./playground` folder. There you will find Core (HTML, JS), React, Vue, Svelte and Angular versions.
To open demo, run:

- **Core**: `npm run core`
- **React**: `npm run react`
- **Vue**: `npm run vue`
- **Svelte**: `npm run svelte`
- **Angular**: `npm run angular`
- **Angular**: first run `npm run build:prod` and then `npm run angular`

### Production Build

Expand Down

0 comments on commit eda2aa6

Please sign in to comment.