FluenceJs: fix typo in chokidar-cli package name

This commit is contained in:
Pavel Murygin 2021-11-25 12:09:02 +03:00
parent ae310b4c04
commit 04bd29fbe2

View File

@ -69,7 +69,7 @@ npm install --save-dev @fluencelabs/aqua-lib
Also we might want to have aqua source files automatically recompiled on every save. We will take advantage of chokidar for that:
```bash
npm install --save-dev @fluencelabs/chokidar-cli
npm install --save-dev chokidar-cli
```
And last, but no least we will need TypeScript