From 958c6a394e36e87e889db14bce391cb511bac4f1 Mon Sep 17 00:00:00 2001 From: IlyaRadinsky Date: Tue, 7 Nov 2017 20:09:04 +0300 Subject: [PATCH] Fixes the install instructions. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2422a..cec74ce 100644 --- a/README.md +++ b/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.