Skip to content

Commit

Permalink
Add webpack usage link.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Aug 17, 2015
1 parent d16df66 commit a1d3a83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ 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))
For a node.js implementation, try [node-fetch](https://github.com/bitinn/node-fetch).

For use with webpack, refer to [Using WebPack with shims and polyfills](http://mts.io/2015/04/08/webpack-shims-polyfills/).

## Usage

Expand Down

0 comments on commit a1d3a83

Please sign in to comment.