You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ In order to use winkNLP after its installation, you also need to install a langu
55
55
56
56
| Node.js Version |Installation |
57
57
| --- | --- |
58
-
| 16 or 18 |`npm wink-eng-lite-web-model --save`|
58
+
| 16 or 18 |`npm install wink-eng-lite-web-model --save`|
59
59
| 14 or 12 |`node -e "require('wink-nlp/models/install')"`|
60
60
61
61
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