Skip to content

Commit e157ffc

Browse files
fix(README): correct install command
Co-authored-by: Rachna <[email protected]>
1 parent 59728d1 commit e157ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In order to use winkNLP after its installation, you also need to install a langu
5555

5656
| Node.js Version |Installation |
5757
| --- | --- |
58-
| 16 or 18 | `npm wink-eng-lite-web-model --save` |
58+
| 16 or 18 | `npm install wink-eng-lite-web-model --save` |
5959
| 14 or 12 | `node -e "require('wink-nlp/models/install')"` |
6060

6161
The [wink-eng-lite-web-model](https://github.com/winkjs/wink-eng-lite-web-model) is designed to work with Node.js version 16 or 18. It can also work on browsers as described in the next section.

0 commit comments

Comments
 (0)