Skip to content

Commit

Permalink
fix(docs): correct proxy servers headline not rendering (#2169)
Browse files Browse the repository at this point in the history
Somehow the proxy servers headline was not rendered as headline and the anchor link in the table of contents was outdated.
  • Loading branch information
bxt authored Nov 22, 2021
1 parent 854f32b commit 163f925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `octokit` package integrates the three main Octokit libraries
- [`Octokit` API Client](#octokit-api-client)
- [Constructor options](#constructor-options)
- [Authentication](#authentication)
- [Proxy Servers](#proxy-servers)
- [Proxy Servers](#proxy-servers-nodejs-only)
- [REST API](#rest-api)
- [`octokit.rest` endpoint methods](#octokitrest-endpoint-methods)
- [`octokit.request()`](#octokitrequest)
Expand Down Expand Up @@ -361,7 +361,7 @@ await octokit.rest.issues.create({

Learn more about [how authentication strategies work](https://github.com/octokit/authentication-strategies.js/#how-authentication-strategies-work) or how to [create your own](https://github.com/octokit/authentication-strategies.js/#create-your-own-octokit-authentication-strategy-module).

### Proxy Servers (Node.js only)
### Proxy Servers (Node.js only)

By default, the `Octokit` API client does not make use of the standard proxy server environment variables. To add support for proxy servers you will need to provide an https client that supports them such as [proxy-agent](https://www.npmjs.com/package/proxy-agent).

Expand Down

0 comments on commit 163f925

Please sign in to comment.