patx/mongokv

Enhance README with mongoKV introduction and link

Commit 72a35c0 · patx · 2025-12-16T20:55:31-05:00

Changeset
72a35c044e1c5ef2d3e4dc0d80afd7b61d2f7967
Parents
880ec1ff96950d9bcb3f6ca00b6262c10c3476a8

View source at this commit

Enhance README with mongoKV introduction and link

Added a brief introduction and usage link for mongoKV.

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index a4e5880..aa6454e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-[![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. 
+[![Logo](https://patx.github.io/mongokv/logo.png)](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).