diff --git a/README.md b/README.md index bea9a222da26ea2bbbf2bb1de8505cf2b6168f4d..5d65d6c62cb9e55b4ae000e3bfce55c7c7a505a1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ This can also be installed with `npm`. $ npm install whatwg-fetch --save ``` +(For a node.js implementation, try [node-fetch](https://github.com/bitinn/node-fetch)) + ## Usage The `fetch` function supports any HTTP method. We'll focus on GET and POST