patx/mongokv

fix readme typo

Commit e6dd422 · patx · 2025-12-12T22:19:22-05:00

Changeset
e6dd422f9142a98e7ca5ed9230c6e0bd432a6ee9
Parents
c7fff8f11d3cc5e094dc9b4af3b66e3c42656693

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 74adad7..7887f3a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**mongoDB** is a unified sync + async key-value store backed by `pymongo` that 
+**mongoKV** is a unified sync + async key-value store backed by `pymongo` that 
 provides a dead-simple Redis-like API (`set`, `get`, `remove`, etc). MongoDB 
 handles concurrency — safe across threads, processes, and ASGI workers.