From a50731b735424bd651d97a0a580da387345f59ef Mon Sep 17 00:00:00 2001 From: Logan Collins Date: Sun, 8 Jan 2023 20:20:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aafb24..a030b4d 100644 --- a/README.md +++ b/README.md @@ -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.