diff --git a/README.md b/README.md index 1862997..6d32476 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A smooth 3D tilt javascript library forked from [Tilt.js (jQuery version)](https glare: false // if it should have a "glare" effect "max-glare": 1, // the maximum "glare" opacity (1 = 100%, 0.5 = 50%) "glare-prerender": false, // false = VanillaTilt creates the glare elements for you, otherwise - // you need to add .js-tilt-glare>.js-tilt-glare-inner by yourself + // you need to add .js-tilt-glare>.js-tilt-glare-inner by yourself "mouse-event-element": null // css-selector or link to HTML-element what will be listen mouse events } ```