README.md in likes_tracker-0.0.4 vs README.md in likes_tracker-0.0.5
- old
+ new
@@ -1,6 +1,6 @@
-# LikesTracker
+# LikesTracker [![Build Status](https://secure.travis-ci.org/apeacox/likes_tracker.png)](http://travis-ci.org/apeacox/likes_tracker)
A Rails gem to track *likes* between two ```ActiveModel``` compliant models. A common use case might be that a User likes a Post.
## Installation
@@ -120,10 +120,10 @@
=> 0
```
## Contributing
-1. Fork it
+1. Fork it!
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request