README.md in sad_panda-0.1.5 vs README.md in sad_panda-0.1.6

- old
+ new

@@ -22,16 +22,19 @@ ## Usage require 'sad_panda' - my_message = SadPanda::StatusMessage.new "my lobster collection makes me happy!" + SadPanda.emotion("my lobster collection makes me happy!") - my_message.emotion => "joy" + + + SadPanda.polarity("my lobster collection makes me happy!") my_message.polarity - => 0.5 + + => 5 ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)