patx/mongokv
Enhance README with mongoKV introduction and link
Commit 72a35c0 · patx · 2025-12-16T20:55:31-05:00
Enhance README with mongoKV introduction and link Added a brief introduction and usage link for mongoKV.
Comments
No comments yet.
Diff
diff --git a/README.md b/README.md
index a4e5880..aa6454e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-[](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)
+
+
+**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).