diff --git a/README.md b/README.md index a025569..4e2bc2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # fuzzy-match +![Logo](./docs/icons/512x512.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. ## Features diff --git a/docs/icons/256x256/fuzzy-match.png b/docs/icons/256x256/fuzzy-match.png new file mode 100644 index 0000000..a6d1922 Binary files /dev/null and b/docs/icons/256x256/fuzzy-match.png differ diff --git a/docs/icons/512x512/fuzzy-match.png b/docs/icons/512x512/fuzzy-match.png new file mode 100644 index 0000000..720036d Binary files /dev/null and b/docs/icons/512x512/fuzzy-match.png differ