From 46b3212970965529f71cdf8d88632891b7e7dcd9 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Thu, 14 Nov 2013 02:00:46 -0800 Subject: [PATCH] Add supported browsers to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94acdd1..2ecb04d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ slidr.js A simple, lightweight javascript library for adding slide transitions to your page. No dependencies required. +Tested on Chrome 26.0, Firefox 20.0, Safari 5.1.7, IE 10, Opera 16.0. Limited support for IE8/9. + [Check out the demo here.](http://www.bchanx.com/slidr) ## Instructions @@ -11,6 +13,7 @@ Include either `slidr.js` or `slidr.min.js` somewhere at the bottom of your html ```javascript ``` + -------- ## HTML slidr.js works on any `inline`, `inline-block` or `block` elements with an `id` defined.