Skip to content

Commit b02c0b2

Browse files
committed
docs: fix readme
1 parent cc0cc66 commit b02c0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ npm install
2020
**To setup repository with documentation**
2121

2222
```bash
23-
npm run:doc
23+
npm run doc
2424
```
2525

2626
This will build the documentation and open it in your browser.
2727

2828
**To update .html files with documentation**
2929

30-
Just run `npm run:doc` again.
30+
Just run `npm run doc` again.
3131

3232
**To run tests**
3333

0 commit comments

Comments
 (0)