fix typo in readme

Commit 77f2e28 · patx · 2025-12-10T16:30:14-05:00

Changeset
77f2e28ff0d1590fbfaf3bcbbc1ea1fcd7ee9c3f
Parents
f132506fb9cde694aee16c3ccb6f754341d1dc24

View source at this commit

Comments

No comments yet.

Log in to comment

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