From 5fbdca1a39ca4a643bff9fd4c0b0e2c6f410ddb3 Mon Sep 17 00:00:00 2001 From: syranide Date: Wed, 16 Sep 2015 21:12:30 +0200 Subject: [PATCH] Update README.md with Object.assign() dependency --- README.md | 8 ++++++-- npm-react-swf/README.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a165870..981ba4a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Shockwave Flash Player component for React. GCC `ADVANCED` optimizations compati Supports all browsers supported by React. -Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is) +Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#Polyfill_for_non-ES6_browsers) and [`Object.assign()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill) ```