patx/mongokv

Fix logo formatting in README.md

Commit f29725b · patx · 2025-12-13T00:04:40-05:00

Changeset
f29725b2b212f48b9aeff707b8e6ad814d07416e
Parents
b113bab4d3bf00bd8e5b206d950711c1de93492a

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 0236fdc..cf38b5e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,3 @@
-[![Logo](https://patx.github.io/mongokv/logo.png)](https://patx.github.io/mongokv)
-
-**[mongoKV](https://patx.github.io/mongokv)** is a tiny sync/async key-value store 
-backed by PyMongo that provides a dead-simple Redis-like API (`set`, `get`, etc). 
-Safe across threads, processes, and ASGI workers. 
+[![Logo](https://patx.github.io/mongokv/logo.png)](https://patx.github.io/mongokv) is a tiny sync/async key-value store 
+backed by PyMongo that provides a dead-simple Redis-like API (`set`, `get`, etc). Safe across threads, processes, and ASGI workers. 
 [Read the API docs and user guide to get started](https://patx.github.io/mongokv).