From dabd187847e78dab4238c4b35d584645c643edb7 Mon Sep 17 00:00:00 2001 From: maxbachmann <44199644+maxbachmann@users.noreply.github.com> Date: Sat, 29 Feb 2020 15:45:55 +0100 Subject: [PATCH] fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4b364d..8f88348 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # RapidFuzz # Roadmap -- [] add string matching for strings with a big length difference -- [] add Python wrapper -- [] add Rust version of the code +- [ ] add string matching for strings with a big length difference +- [ ] add Python wrapper +- [ ] add Rust version of the code # License RapidFuzz itself is licensed under the MIT license, so feel free to do what you want with the code. It is based on an old version of fuzzywuzzy that was Licensed under a MIT License. -A Fork of this old version can be found [here](https://github.com/rhasspy/fuzzywuzzy). \ No newline at end of file +A Fork of this old version can be found [here](https://github.com/rhasspy/fuzzywuzzy).