From 036b32ed9ad016475737e53747ef227f597bfc7d Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Mon, 19 Oct 2015 10:30:20 -0700 Subject: [PATCH] Add Object.assign to polyfills section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7304a2..e51127e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ $ npm install --save fluxible-router * [Mozilla Developer Network Array.prototype.reduce polyfill](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce#Polyfill) * [Mozilla Developer Network Array.prototype.map polyfill](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Polyfill) +`Object.assign` + + * [object.assign](https://www.npmjs.com/package/object.assign) or [es6-shim](https://github.com/paulmillr/es6-shim) + You can also look into this [polyfill.io polyfill service](https://cdn.polyfill.io/v1/). ## Compatible React Versions