Skip to content

Commit 6a5c922

Browse files
authored
Merge pull request #10 from MatMoore/main
Correct usage and github link
2 parents ddca25b + 4169f44 commit 6a5c922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The first step is to run `axe.run()` on a Playwright `Page` object
33

44
```python
55
from playwright.sync_api import sync_playwright
6-
from axe_core_python.sync_playwright import Axe
6+
from axe_playwright_python.sync_playwright import Axe
77

88
axe = Axe()
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
[project.urls]
27-
GitHub = "https://github.com/pamelafox/pytest-axe-playwright-snapshot"
27+
GitHub = "https://github.com/pamelafox/axe-playwright-python"
2828
Documentation = "https://pamelafox.github.io/axe-playwright-python"
2929

3030
[project.optional-dependencies]

0 commit comments

Comments
 (0)