Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logannc authored Jan 9, 2023
1 parent 72f1917 commit a50731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a Rust port of the Python package [fuzzywuzzy](https://github.com/seatge

At the time of writing, our matching algorithm is based on the difflib implementation results which may, in rare cases, [have slightly different results](https://github.com/seatgeek/fuzzywuzzy/issues/128) compared to the Python Levenshtein implementation.

**NOTE: This project was originally named `fuzzyrusty`, but _someone else_ cloned and [published it to crates.io](https://crates.io/crates/fuzzyrusty). _We do not control that crate_, so we have renamed this crate to clearly identify as a port of the original.**
NOTE: This project was originally named `fuzzyrusty`, but _someone else_ cloned and [published it to crates.io](https://crates.io/crates/fuzzyrusty). _We have since recovered the crate_, but we had renamed this crate to differentiate.**

## Installation
`fuzzywuzzy` is currently available through GitHub or crates.io.
Expand Down

0 comments on commit a50731b

Please sign in to comment.