README.md in scavenger-0.1.0 vs README.md in scavenger-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
# Scavenger

-
+
A Rails plugin for turning a directory of svg images into a bunch of `<symbol>` tags in a sprite sheet and using them by reference. The main advantage of using `<symbol>` is that you can define a viewBox for each element, which means it's possible to reuse and resize them and still make them occupy the space you'd expect them to. A common use case would be icons.
## Getting started