From 113f5b7d5c9388ad34215d8ed8d050c86cd66ed2 Mon Sep 17 00:00:00 2001 From: Bryan Stedman Date: Tue, 11 Jun 2013 11:44:26 -0700 Subject: [PATCH] Update Readme to include bower install command --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 04f8ea3..83cb19d 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,10 @@ SVGeezy is in essence, a fallback plugin. It allows you to use SVGs for all your It checks if the browser supports SVGs, if not, changes the _src_ of the image to a _.png_ instead (or whatever you pass in). +### Installing SVGeezy + +SVGeezy can being installed using bower with `bower install svgeezy`. Alternatively, you can download or clone this repo manually. + ### Use svgeezy.init('nocheck', 'png'); // this will tell the plugin to not check images with a class of 'nocheck'