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 `