diff --git a/README.md b/README.md index 589a9dc..b0d9487 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Or install directly via pip from git: pip install "git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" # With extras — use PEP 508 @ syntax (extras after the URL don't work with pip) -pip install "semantic-llm-cache[semantic] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.gitt" +pip install "semantic-llm-cache[semantic] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" pip install "semantic-llm-cache[redis] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" pip install "semantic-llm-cache[all] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" ```