Browse Source

Fix typo in README.md

pull/26/head
Your Name 8 years ago
parent
commit
91b326981f
  1. 2
      README.md

2
README.md

@ -223,7 +223,7 @@ result is: { @@ -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(erros)` where `error` is a json object.
- `callback` is a function with the signature `callback(error)` where `error` is a json object.
## Local Installation

Loading…
Cancel
Save