Skip to content

Commit

Permalink
Update README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Mar 19, 2020
1 parent 2ac1fce commit 726bc78
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 @@ -140,8 +140,8 @@ bestfetch('/test/2', {
body: JSON.stringify({value: true}),
credentials: 'include',
responseType: 'json',
requestKey: generateCustomKey(opts),
dedupe: false,
cachePolicy: 'network-only'
});
```

Expand Down

0 comments on commit 726bc78

Please sign in to comment.