Update README.md

pull/17/head
matthieugomez 2019-08-20 13:27:21 -04:00
parent 728ac9b853
commit c6bd00f8b9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ The package includes distance "modifiers", that can be applied to any distance.
```
## Find (experimental)
## Find
`find_best` returns the element of an iterator with the highest similarity score with a string
```julia
find_best("New York", ["NewYork", "Newark", "San Francisco"], Levenshtein())