README.md in scouter-0.0.5 vs README.md in scouter-0.0.6

- old
+ new

@@ -1,8 +1,8 @@ # Scouter [![Gem Version](https://badge.fury.io/rb/scouter.svg)](http://badge.fury.io/rb/scouter) [![Build Status](https://travis-ci.org/morizyun/scouter.svg?branch=master)](https://travis-ci.org/morizyun/scouter) [![Code Climate](https://codeclimate.com/github/morizyun/scouter/badges/gpa.svg)](https://codeclimate.com/github/morizyun/scouter) [![Test Coverage](https://codeclimate.com/github/morizyun/scouter/badges/coverage.svg)](https://codeclimate.com/github/morizyun/scouter) -Get share count in Buffer/Facebook/Feedly/GooglePlus/HatenaBookmark/Linkedin/Pinterest/Pocket/Twitter +Get share count in Buffer/Facebook/Feedly/GitHub/GooglePlus/HatenaBookmark/Linkedin/Pinterest/Pocket/Twitter ## Installation Add this line to your application's Gemfile: @@ -44,9 +44,22 @@ results.each do |url, service| puts url #=> http://google.com puts service.facebook #=> 166458 puts service.twitter #=> 1358112 end + +## Correspondence services + + * Scouter::Buffer + * Scouter::Facebook + * Scouter::Feedly #=> can get only feed url + * Scouter::Github #=> can get only github.com repository url + * Scouter::GooglePlus + * Scouter::HatenaBookmark + * Scouter::Linkedin + * Scouter::Pinterest + * Scouter::Pocket + * Scouter::Twitter ## Contributing 1. Fork it ( https://github.com/morizyun/scouter/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)