We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0cc66 commit b02c0b2Copy full SHA for b02c0b2
1 file changed
readme.md
@@ -20,14 +20,14 @@ npm install
20
**To setup repository with documentation**
21
22
```bash
23
-npm run:doc
+npm run doc
24
```
25
26
This will build the documentation and open it in your browser.
27
28
**To update .html files with documentation**
29
30
-Just run `npm run:doc` again.
+Just run `npm run doc` again.
31
32
**To run tests**
33
0 commit comments