Skip to content

Commit

Permalink
docs: clarify node-fetch-npm vs node-fetch usage (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitinn authored and zkat committed Sep 24, 2017
1 parent a7cc74c commit cf28f83
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 @@ -2,8 +2,8 @@


[`make-fetch-happen`](https://github.com/zkat/make-fetch-happen) is a Node.js
library that wraps [`node-fetch`](https://npm.im/node-fetch) with additional
features it doesn't intend to include, including HTTP Cache support, request
library that wraps [`node-fetch-npm`](https://github.com/npm/node-fetch-npm) with additional
features [`node-fetch`](https://github.com/bitinn/node-fetch) doesn't intend to include, including HTTP Cache support, request
pooling, proxies, retries, [and more](#features)!

## Install
Expand Down

0 comments on commit cf28f83

Please sign in to comment.