patx/mongokv
fix typo in readme
Commit 69f03ce · patx · 2025-12-11T00:29:35-05:00
Comments
No comments yet.
Diff
diff --git a/README.md b/README.md
index 81de3c5..9374f60 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ dead-simple Redis-like API (set, get, remove, etc.) while letting MongoDB handle
the heavy concurrency lifting — meaning it’s safe across threads, processes, and
ASGI workers out of the box. Sync usage uses `MongoClient` (thread-safe). Async usage
uses `AsyncMongoClient` (non-blocking, ASGI/uvicorn safe). Same API either way.
-[Read the docs here.](https://thoughts.harrisonerd.com/post/693a32cee5c413ce5f061c19).
+[Read the docs here.](https://thoughts.harrisonerd.com/post/693a32cee5c413ce5f061c19)
```
from mkvdb import Mkv