patx/mongokv
Fix logo formatting in README.md
Commit f29725b · patx · 2025-12-13T00:04:40-05:00
Comments
No comments yet.
Diff
diff --git a/README.md b/README.md
index 0236fdc..cf38b5e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,3 @@
-[](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.
+[](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).