style: use SVG instead in README.md

This commit is contained in:
2026-03-20 19:50:07 -04:00
parent 390a12b84e
commit 9ab96db43f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
# <img height="40" style="image-rendering: pixelated; vertical-align: text-bottom; padding-right: 4px" src="assets/logo.png"> Cuckoo
# <img height="30" src="assets/logo.svg"> Cuckoo
A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time.