We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6df96a commit ba2de00Copy full SHA for ba2de00
README.md
@@ -1,2 +1,11 @@
1
# nodejs-client
2
The NodeJS client for SpellCheckJS
3
+## Installation
4
+```
5
+npm i --save https://api.github.com/repos/SpellCheckJS/nodejs-client/tarball
6
7
+## Usage
8
+```javascript
9
+const spellcheck=require("SpellCheckJS");
10
+console.log(spellcheck.applyCorrections("the witdh of malpe leaves is hard to guess"));
11
0 commit comments