Fixes the install instructions.

master
IlyaRadinsky 7 years ago
parent 799eafab90
commit 958c6a394e
  1. 5
      README.md

@ -37,7 +37,10 @@ After including your scripts, the `Tesseract` variable will be defined globally!
## Dependency
First:
```shell
> yarn add tesseract
> yarn add tesseract.js
```
or
```
> npm install tesseract.js --save
```
> Note: Tesseract.js currently requires node v6.8.0 or greater.

Loading…
Cancel
Save