From 8159876c980d409a85f538ea27d524a5f899328a Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Sun, 28 Feb 2016 10:10:28 +0100 Subject: [PATCH] Fix IE support in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d839288..76012e0 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ Additionally the code of impress.js relies on APIs proposed in HTML5 specificati Fortunately, as these are JavaScript APIs there are polyfill libraries that patch older browsers with these APIs. -For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `classList` -nor `dataset` APIs implemented at the moment. So including polyfill libraries *should* help IE10 -with running impress.js. +For example IE10 is said to support CSS 3D transforms and transitions, but it doesn't have `dataset` +APIs implemented at the moment. So including polyfill libraries *should* help IE10 with running +impress.js. ### And few more details about mobile support