Skip to content

Commit

Permalink
Merge pull request #11 from bryanstedman/master
Browse files Browse the repository at this point in the history
Update Readme to include bower installation instructions
  • Loading branch information
benhowdle89 committed Jun 11, 2013
2 parents 64703f9 + 113f5b7 commit 423a5d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 423a5d7

Please sign in to comment.