From 5f4b320147cd0d392c0b7df7535bc88a596f8b37 Mon Sep 17 00:00:00 2001 From: Ben Howdle Date: Thu, 13 Jun 2013 23:07:48 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 83cb19d..5016051 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,10 @@ or svgeezy.init(false, 'png'); // this will let the plugin check all images +or + +Check out this [JSFiddle](http://jsfiddle.net/benhowdle89/WbtjA/) for example usage + The first parameter is a class to tell the code not to check. Feel free to pass in `false` if you want SVGeezy to check all images. This may be because you have no fallbacks for certain SVGs. The second is a filetype, this can be anything you want, just make sure the file path resolves to an image. ie. _'/images/logo.svg'_, will be replaced with _'/images/logo.png'_.