patx/mongokv

fix typo in readme

Commit 69f03ce · patx · 2025-12-11T00:29:35-05:00

Changeset
69f03ce8cb24a651020bcc8e0e9c98a8f5b63149
Parents
df2b6203a63a7bdef3e24bce8392736fec96285c

View source at this commit

Comments

No comments yet.

Log in to comment

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