Skip to content

Commit ba2de00

Browse files
authored
Update README.md
1 parent c6df96a commit ba2de00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# nodejs-client
22
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

Comments
 (0)