From 7a47cdaa981bdb33107e136908a5ddf35a9dd623 Mon Sep 17 00:00:00 2001 From: Andre Bluehs Date: Wed, 12 Oct 2016 13:53:10 -0700 Subject: [PATCH] fix example code for logging progress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9518b10..2955aa0 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Sets `callback` as the function that will be called if and when the job successf For example: ```javascript Tesseract.recognize(myImage) - .then(function(result){console.log('result is: 'result)}) + .then(function(result){console.log('result is: ', result)}) ``` The console will show something like: