From 1ef222cca8eb30710e1f7a140111e9a72565cee5 Mon Sep 17 00:00:00 2001 From: Kevin Kwok Date: Wed, 12 Oct 2016 03:58:33 -0400 Subject: [PATCH] image --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 111716b..55613c0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ Tesseract.js works with script tags, webpack/browserify, and node. [After you install it](#installation), using it is as simple as ```javascript -Tesseract.recognize(my_image) +Tesseract.recognize(myImage) .progress(function (p) { console.log('progress', p) }) .then(function (result) { console.log('result', result) }) ``` @@ -23,7 +23,7 @@ Tesseract.recognize(my_image) # Installation Tesseract.js works with a `