patx/pickledb
fix typo in readme
Commit 77f2e28 · patx · 2025-12-10T16:30:14-05:00
Comments
No comments yet.
Diff
diff --git a/README.md b/README.md
index 91f222f..3e51420 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[pickleDB](https://patx.github.io/pickledb) is a fast, easy to use, in-memory Python
key-value store with first class asynchronous support. It is built with the `orjson`
module for extremely high performance and was originally inspired by Redis. It is
-licensed under the BSD three-clause license. [Check out the website](https://patx.guthub.io/pickledb)
+licensed under the BSD three-clause license. [Check out the website](https://patx.github.io/pickledb)
for installation instructions, API docs, advanced examples, benchmarks, and more.
```python