diff --git a/README.md b/README.md index d839288f3..76012e03c 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