From 7675a986735d72de236ed4a8899a429c3c41f498 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 11 Oct 2016 03:43:18 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba796d..92f4220 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ -![fancy demo gif](http://placehold.it/700x300 "jhgfjhgf") +![fancy demo gif](./demo.gif "Demo") -Tesseract.js works with script tags, webpack/browserify, and node. Once you're [set up](#installation), using it is as simple as +Tesseract.js works with script tags, webpack/browserify, and node. [Install it](#installation), and using it is as simple as ```javascript Tesseract.recognize(my_image) .progress(function (p) { console.log('progress', p) })