From b04e4ccf55bc55493d2e027b2e7e90608c9ba6f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Oct 2016 15:32:23 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ca144..ef1f1af 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ result is: { ### TesseractJob.catch(callback: function) -> TesseractJob Sets `callback` as the function that will be called if the job fails. -- `callback` is a function with the signature `callback(error)` where `error` is a json object. +- `callback` is a function with the signature `callback(error)` where `error` is a json object. ## Local Installation