Skip to content

Commit

Permalink
Merge pull request JakeChampion#492 from marceloogeda/patch-1
Browse files Browse the repository at this point in the history
Added yarn command as option to installation
  • Loading branch information
dgraham authored May 9, 2017
2 parents 08602ff + 183736d commit 8560066
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 @@ -61,7 +61,9 @@ expected to uphold this code.

* `npm install whatwg-fetch --save`; or

* `bower install fetch`.
* `bower install fetch`; or

* `yarn add whatwg-fetch`.

You will also need a Promise polyfill for [older browsers](http://caniuse.com/#feat=promises).
We recommend [taylorhakes/promise-polyfill](https://github.com/taylorhakes/promise-polyfill)
Expand Down

0 comments on commit 8560066

Please sign in to comment.