Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 2, 2021
1 parent a52bfcc commit 99fa889
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 @@ -20,7 +20,7 @@ const fetch = wrapFetch();
Or

```js
// you can also pass your own fetch function, allowing for wrapping fetch multiple times
// you can also pass your own wrapped fetch function, allowing for wrapping fetch multiple times
const fetch = wrapFetch({ fetchFn: yourFetch });
```

Expand Down

0 comments on commit 99fa889

Please sign in to comment.