README.md in pure-for-rails-0.1.8 vs README.md in pure-for-rails-0.2.0
- old
+ new
@@ -1,28 +1,22 @@
-# Pure-for-Rails
-[![Gem Version](https://badge.fury.io/rb/pure-for-rails.svg)](https://badge.fury.io/rb/pure-for-rails)
+#Pure-for-Rails
+ [![Gem Version](https://badge.fury.io/rb/pure-for-rails.svg)](https://badge.fury.io/rb/pure-for-rails)
Rails Gem for [Yahoo Pure css](http://purecss.io/)
-![Yahoo Pure Css for Rails](http://purecss.io/img/logo_pure@2x.png)
+ ![Yahoo Pure Css for Rails](http://purecss.io/img/logo_pure@2x.png) +TODO: Delete this and the text above, and describe your gem
-
## Installation
+ ## Installation
```ruby
gem 'pure-for-rails'
```
`bundle install` and restart your server to make the files available through the pipeline.
-Edit application.css.scss
- ```css
- @import "css/pure-rails";
- ```
-For Documentation on Pure Css [visit their site](http://purecss.io/)
-
- ## Contributing
- Contribution directions go here.
-
- ## License
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+ Edit application.css.scss
+ ```css
+ @import "css/pure";
+ ```
+ For Documentation on Pure Css [visit their site](http://purecss.io/)