Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jemminger committed Mar 29, 2013
1 parent 0033292 commit 0983690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ analyzer.get_sentiment 'I really like ruby'
# You can make new analyzers with individual thresholds:
analyzer = Sentimental.new(0.9)
analyzer.get_sentiment 'I love ruby'
=> :positive
#=> :positive

analyzer.get_sentiment 'I like ruby'
=> :neutral
#=> :neutral

analyzer.get_sentiment 'I really like ruby'
#=> :neutral
Expand Down

0 comments on commit 0983690

Please sign in to comment.