README.md in apropos-0.1.0 vs README.md in apropos-0.1.1
- old
+ new
@@ -1,9 +1,13 @@
# Apropos
Apropos helps your site serve up the appropriate image for every visitor. Serving multiple versions of an image in responsive and/or localized web sites can be a chore, but Apropos simplifies and automates this task. Instead of manually writing a lot of CSS rules to swap different images, Apropos generates CSS for you based on a simple file naming convention.
+[![Build Status](https://travis-ci.org/square/apropos.png)](https://travis-ci.org/square/apropos)
+
## Installation
+
+Apropos requires Ruby 1.9 or greater.
Add this line to your application's Gemfile:
gem 'apropos'