diff --git a/README.md b/README.md index 5950fc6..c81ac1a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ http://gianlucaguarini.github.io/vague.js/
var vague = $(yourelement).Vague({ intensity:3 //blur intensity, - forceSVGUrl: false // if you have problems showing the svg fallback try to enable this option + forceSVGUrl: false // force the absolute path to the svg filter }); vague.blur();