From 7bd5fda7ffe53ee086cfa04c492266678dee184a Mon Sep 17 00:00:00 2001 From: jeromewu Date: Tue, 9 Jul 2019 22:51:31 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dba84d..f682bcd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Tesseract.js is a javascript library that gets words in [almost any language](./ [![fancy demo gif](./docs/images/demo.gif)](http://tesseract.projectnaptha.com) Tesseract.js wraps an [emscripten](https://github.com/kripken/emscripten) [port](https://github.com/naptha/tesseract.js-core) of the [Tesseract](https://github.com/tesseract-ocr/tesseract) [OCR](https://en.wikipedia.org/wiki/Optical_character_recognition) Engine. -It works in the browser using [webpack](https://webpack.js.org/) or plain script tags with a [#CDN](CDN) and on the server with [Node.js](https://nodejs.org/en/). +It works in the browser using [webpack](https://webpack.js.org/) or plain script tags with a [CDN](#CDN) and on the server with [Node.js](https://nodejs.org/en/). After you [install it](#installation), using it is as simple as: ```javascript