Skip to content

Commit

Permalink
Fix duplicate link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Oct 3, 2017
1 parent 0a75785 commit f249038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Created because [`request`](https://github.com/request/request) is bloated *(sev

- [Promise & stream API](#api)
- [Request cancelation](#aborting-the-request)
- [RFC compliant caching](#cache-1)
- [RFC compliant caching](#cache-adapters)
- [Follows redirects](#followredirect)
- [Retries on network failure](#retries)
- [Progress events](#onuploadprogress-progress)
Expand Down Expand Up @@ -180,7 +180,7 @@ If this is disabled, a compressed response is returned as a `Buffer`. This may b
Type: `Object`<br>
Default: `false`

[Cache adapter instance](#cache-1) for storing cached data.
[Cache adapter instance](#cache-adapters) for storing cached data.

###### useElectronNet

Expand Down Expand Up @@ -298,6 +298,7 @@ When given an unsupported protocol.

The promise returned by Got has a `.cancel()` function which, when called, aborts the request.

<a name="cache-adapters"></a>
## Cache

You can use the JavaScript `Map` type as an in memory cache:
Expand Down

0 comments on commit f249038

Please sign in to comment.