Updated readme (#653)

master
Balearica 2 years ago committed by GitHub
parent 85e73216be
commit b64eba3db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

@ -99,16 +99,16 @@ After including the script the `Tesseract` variable will be globally available.
### Node.js
**Tesseract.js currently requires Node.js v6.8.0 or higher**
**Tesseract.js v3 requires Node.js v14 or higher**
```shell
# For v2
# For v3
npm install tesseract.js
yarn add tesseract.js
# For v1
npm install tesseract.js@1
yarn add tesseract.js@1
# For v2
npm install tesseract.js@2
yarn add tesseract.js@2
```

Loading…
Cancel
Save