Browse Source

Merge pull request #26 from jayathungek/master

Fix typo in README.md
pull/14/merge
bijection 8 years ago committed by GitHub
parent
commit
46add665c0
  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