From 332ebf6ede1f1a6710477e50a8ac6de059e94d48 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 6 Apr 2014 01:02:58 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be61d6..9a2c272 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Minified version size: ~4kb * All modern browsers are supported. * Only webkit browsers has a blur effect in the default css theme. If you want a blur for another kind of browsers use: https://github.com/Schepp/CSS-Filters-Polyfill, but it's not fast like a native css3 blur. * IE9+ +* JS code works in IE8 too, but css styles on your own, i don't want to pollute it. * Zepto support. ## Start @@ -126,4 +127,4 @@ inst.open(); // close a modal inst.close(); -``` \ No newline at end of file +```