Skip to content

Commit

Permalink
docs: reflect changes on API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Capuccino <[email protected]>
  • Loading branch information
Capuccino committed Mar 4, 2019
1 parent 3ccfc64 commit 9f21d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Searches for potential sources of an image.

| Param | Type | Description |
| --- | --- | --- |
| file | <code>String</code> | Either a file or URL that you want to find the source of. |
| file | <code>String | Buffer</code> | Either a file or URL that you want to find the source of. |

**Example**
```js
Expand All @@ -65,5 +65,5 @@ An alias of Handler#getSauce, for those who are more mentally sane.

| Param | Type | Description |
| --- | --- | --- |
| file | <code>String</code> | Either a file or URL that you want to find the source of. |
| file | <code>String | Buffer</code> | Either a file or URL that you want to find the source of. |

0 comments on commit 9f21d5b

Please sign in to comment.