From 3d40ba1b9dadc54c6ccaa1de60cc4edca694b84a Mon Sep 17 00:00:00 2001 From: Damien Varron Date: Sun, 6 Mar 2016 17:38:08 +0100 Subject: [PATCH] update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2ab7d9b..b08bb76 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ or bower install react-swipe-views --save ``` -For Safari compatibility, you need to include the Babel Polyfill for `Number.isInteger()`. See [Issue #4](https://github.com/damusnet/react-swipe-views/issues/4) - ## Examples There are two example projects in the [/examples](examples) folder. One is using the npm module and webpack as a build tool with react-router, the other uses bower and brunch as a pure component.