Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The admittedly imperfect metaphor is "look for a needle in a haystack"

## Using amatch to make it faster

You can optionally use [`amatch`](http://flori.github.com/amatch/) by [Florian Frank](https://github.com/flori) (thanks Flori!) to make string similarity calculations in a C extension.
You can optionally use [`amatch`](https://github.com/flori/amatch) by [Florian Frank](https://github.com/flori) (thanks Flori!) to make string similarity calculations in a C extension.

require 'fuzzy_match'
require 'amatch' # note that you have to require this... fuzzy_match won't require it for you
Expand Down