diff --git a/README.md b/README.md index 4e2bc2d..3f9080a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fuzzy-match -![Logo](./docs/icons/512x512.png) +![Logo](./docs/icons/512x512/fuzzy-match.png) A fast command-line tool for fuzzy string matching using the Damerau-Levenshtein distance algorithm, with a longest-common-substring fallback when no strong match is found.