From eda2aa6a5945fa54674005bf47f4e872158440fe Mon Sep 17 00:00:00 2001 From: Vlad Tansky Date: Mon, 7 Feb 2022 09:00:06 +0200 Subject: [PATCH] chore: fix playground scripts in readme (#5426) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b1044704..37578becd 100644 --- a/README.md +++ b/README.md @@ -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