patx/mongokv
fix readme typo
Commit e6dd422 · patx · 2025-12-12T22:19:22-05:00
Comments
No comments yet.
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.