Skip to content

Commit

Permalink
fix: lint readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Jul 28, 2022
1 parent 7303f7b commit 55e24a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Or
const wrappedfetch = wrapFetch({ fetch: yourFetch });
```

You can also add global interceptors:
You can also add global interceptors:

```ts
const wrappedfetch = wrapFetch({
interceptors: {
Expand Down

0 comments on commit 55e24a4

Please sign in to comment.