README.rdoc in fuzzy_match-1.0.5 vs README.rdoc in fuzzy_match-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ = fuzzy_match Find a needle in a haystack based on string similarity (using the Pair Distance algorithm and Levenshtein distance) and regular expressions. -Replaces [loose_tight_dictionary](https://github.com/seamusabshere/loose_tight_dictionary) because that was a confusing name. +Replaces {loose_tight_dictionary}[https://github.com/seamusabshere/loose_tight_dictionary] because that was a confusing name. == Quickstart >> require 'fuzzy_match' => true