diff --git a/README.md b/README.md index e28ff04..77373a0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In your module's test repo (e.g. `logos-chat-module/tests/integration/`): # pyproject.toml [project.optional-dependencies] test = [ - "logos-integration-test-framework @ git+https://github.com/logos-co/integration-tests.git@", + "logos-integration-test-framework @ git+https://github.com/logos-messaging/integration-tests.git@", "pytest>=8.0", ] ```