Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalearica <admin@scribeocr.com>2022-08-29 01:01:58 +0300
committerGitHub <noreply@github.com>2022-08-29 01:01:58 +0300
commitb64eba3db0ab8d916c8483342497f88af20196c9 (patch)
treeb822b869681c8681fdd89ddb10c75f51b6093d0d
parent85e73216be2f3e6d7c6b3589a1a4e3a06839e6b7 (diff)
Updated readme (#653)
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4807a1e..f945ad9 100644
--- a/README.md
+++ b/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
```