README.md in socialcrawler-0.0.0 vs README.md in socialcrawler-0.0.2

- old
+ new

@@ -1,8 +1,12 @@ +[![Coverage Status](https://img.shields.io/coveralls/iceraj/socialcrawler.svg)](https://coveralls.io/r/iceraj/socialcrawler) +[![Build Status](https://travis-ci.org/iceraj/socialcrawler.svg?branch=feature%2FIntial_Development)](https://travis-ci.org/iceraj/socialcrawler) +[![Code Climate](https://codeclimate.com/github/iceraj/socialcrawler/badges/gpa.svg)](https://codeclimate.com/github/iceraj/socialcrawler) + # Socialcrawler -TODO: Write a gem description +SocialCrawler looks for social media links for different sites ## Installation Add this line to your application's Gemfile: @@ -22,10 +26,10 @@ TODO: Write usage instructions here ## Contributing -1. Fork it ( https://github.com/[my-github-username]/socialcrawler/fork ) +1. Fork it ( https://github.com/iceraj/socialcrawler/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request