From 16685bab65055fdc4d922885180863bf11dfd925 Mon Sep 17 00:00:00 2001 From: Kevin Kwok Date: Wed, 12 Oct 2016 03:56:58 -0400 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77594c2..111716b 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,10 @@ You can [head to the docs](#docs) for a full treatment of the API. + [TesseractJob.progress(callback: function) -> TesseractJob](#tesseractjobprogresscallback-function---tesseractjob) + [TesseractJob.then(callback: function) -> TesseractJob](#tesseractjobthencallback-function---tesseractjob) + [TesseractJob.catch(callback: function) -> TesseractJob](#tesseractjoberrorcallback-function---tesseractjob) -* [Tesseract Remote File Options](#tesseract-remote-file-options) - + [Tesseract.coreUrl](#tesseractcoreurl) - + [Tesseract.workerUrl](#tesseractworkerurl) - + [Tesseract.langUrl](#tesseractlangurl) +* [Tesseract Configuration](#tesseract-configuration) + + [corePath](#corepath) + + [workerPath](#workerpath) + + [langPath](#langpath) * [Contributing](#contributing) + [Development](#development) + [Building Static Files](#building-static-files)