README.md in flutie-1.3.1 vs README.md in flutie-1.3.2

- old
+ new

@@ -1,8 +1,10 @@ Flutie ====== +[![Build Status](https://secure.travis-ci.org/thoughtbot/flutie.png)](http://travis-ci.org/thoughtbot/flutie) + Basic, default styles for rails applications Installation & Upgrading ------------------------ @@ -37,10 +39,10 @@ Usage ----- Flutie registers a :flutie shortcut for stylesheets, so in your layout you can do... -bc. <%= stylesheet_link_tag :flutie, 'admin', :cache => true %> + <%= stylesheet_link_tag :flutie, 'admin', :cache => true %> ...this will include all the flutie stylesheets, then the 'admin' stylesheet, and it will cache them all into one file. ### Sass