diff --git a/README.md b/README.md index 328cb490..65fa6d3f 100644 --- a/README.md +++ b/README.md @@ -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)