Skip to content

Commit

Permalink
docs: fix instances anchor (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston authored Aug 4, 2021
1 parent 740466b commit 1d9a0b2
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 @@ -95,7 +95,7 @@ const response = await gotScraping({
});
```

You can check out how to override request headers using handlers in the original `got` repo under the [instances](https:/sindresorhus/got#instances) section.
You can check out how to override request headers using handlers in the original `got` repo under the [instances](https:/sindresorhus/got/blob/main/documentation/10-instances.md) section.

### Customizing Header generator options

Expand Down

0 comments on commit 1d9a0b2

Please sign in to comment.