diff --git a/docs/usage.md b/docs/usage.md index 2e2967a..2524334 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -3,7 +3,7 @@ The first step is to run `axe.run()` on a Playwright `Page` object ```python from playwright.sync_api import sync_playwright -from axe_core_python.sync_playwright import Axe +from axe_playwright_python.sync_playwright import Axe axe = Axe() diff --git a/pyproject.toml b/pyproject.toml index e669efc..6f9a0cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] [project.urls] -GitHub = "https://github.com/pamelafox/pytest-axe-playwright-snapshot" +GitHub = "https://github.com/pamelafox/axe-playwright-python" Documentation = "https://pamelafox.github.io/axe-playwright-python" [project.optional-dependencies]