Skip to content

Commit bcc5e83

Browse files
authored
Merge pull request #8 from kjaymiller/patch-1
change import value in readme
2 parents 1471af6 + c7d4f91 commit bcc5e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python3 -m playwright install --with-deps
2323

2424
```python
2525
from playwright.sync_api import sync_playwright
26-
from axe_core_python.sync_playwright import Axe
26+
from axe_playwright_python.sync_playwright import Axe
2727

2828
axe = Axe()
2929

0 commit comments

Comments
 (0)