Node readme

This commit is contained in:
Anthony MOI
2019-11-01 19:44:44 -04:00
parent 05cbb32eca
commit 9f15d2c165

6
bindings/node/README.md Normal file
View File

@ -0,0 +1,6 @@
### Node bindings
```
npx neon build
node lib/index.js 'The sentence you want to tokenize'
```