From 4b43a0ef04c4c0253d2ec36468df0f8050c36cfc Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 11 Oct 2016 03:44:52 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a2906..39278b5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ ![fancy demo gif](./demo.gif "Demo") -Tesseract.js works with script tags, webpack/browserify, and node. [Install it](#installation), and using it is as simple as +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) .progress(function (p) { console.log('progress', p) })