README.md in skore-0.0.1.pre.1 vs README.md in skore-0.0.1

- old
+ new

@@ -17,19 +17,19 @@ Using skore is quite simple, just having the right to feed each of the platforms **(klout, kred, & PeerIndex)** and the user that you want to identify keys. ### Get Klout Score user = Skore::KloutSkore.new(API_KEY, TWITTER_USERNAME) - puts user.score + puts user.score_for_user return float number like 55.394093 if you want to round the score simply add true method to ```score``` user = Skore::KloutSkore.new(API_KEY, TWITTER_USERNAME) - puts user.score true + puts user.scorer true return 55 ### Get Kred Score @@ -43,10 +43,9 @@ ### Get PeerIndex Score user = Skore::PeerIndex.new(API_KEY, TWITTER_USERNAME) puts user.score -return number like 30 ## Contributing 1. Fork it ( https://github.com/kreattiewe/skore/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)