Browse Source

Updated readme (#653)

pull/657/head
Balearica 3 years ago committed by GitHub
parent
commit
b64eba3db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -99,16 +99,16 @@ After including the script the `Tesseract` variable will be globally available. @@ -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