README.md in string-similarity-1.1.0 vs README.md in string-similarity-1.1.1

- old
+ new

@@ -8,13 +8,13 @@ Library for calculating the similarity of two strings. ## State -- Cosine: **done** -- Hamming: _todo_ -- Levenshtein: _todo_ +- [x] Cosine +- [ ] Hamming +- [x] Levenshtein ## Installation Add this line to your application's Gemfile: @@ -31,10 +31,10 @@ $ gem install string-similarity ## Usage ```ruby -require 'string-similarity' +require 'string/similarity' # Call the methods on the module String::Similarity.cosine 'foo', 'bar' # => 0.0 String::Similarity.cosine 'mine', 'thyne'