Skip to content

Commit f500e8f

Browse files
committed
2 parents 3e560c7 + f8c7a7a commit f500e8f

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 SpellCheckJS/nodejs-client
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)