Skip to content

Commit

Permalink
Merge pull request #59 from mberneti/patch-1
Browse files Browse the repository at this point in the history
Fix: probe.sync typo issue
  • Loading branch information
Vitaly Puzrin committed May 30, 2021
2 parents 9b04ee8 + bdb8f16 commit 7e1b4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Returned errors can be extended with 2 fields:
- `status` - equals to a HTTP status code if it receives a non-200 response.


### sync.probe(src) -> result|null
### probe.sync(src) -> result|null

Sync version can eat arrays, typed arrays and buffers. On success it returns
the same result as async version. On fail it returns null.
Expand Down

0 comments on commit 7e1b4f8

Please sign in to comment.