diff --git a/README.md b/README.md index 5ead2f9..5e5b25f 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ myParaxify = paraxify('.paraxify'); IMPORTANT: Parallax and touch devices usually don't get along. So I highly suggest you to use [modernizr's](http://modernizr.com/download/) touch events. For example: ```javascript -if(!Modernizr.touch){ +if(!Modernizr.touchevents){ myParaxify = paraxify('.paraxify'); } ``` @@ -80,4 +80,4 @@ If you feel like discussing a new feature or you've found a bug, open an issue o ## MIT License -Paraxify has been coded from scratch by [Jaime Caballero](http://jaicab.com) and it's licensed under **MIT License**. \ No newline at end of file +Paraxify has been coded from scratch by [Jaime Caballero](http://jaicab.com) and it's licensed under **MIT License**.