From 89c76efad038a13a1f666ab4d784b18daeba7da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Healy?= Date: Sat, 18 Apr 2026 21:25:34 +0100 Subject: [PATCH] Use smaller logo for now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f9080a..8199eb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fuzzy-match -![Logo](./docs/icons/512x512/fuzzy-match.png) +![Logo](./docs/icons/256x256/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.