Skip to content

Commit eb2188d

Browse files
committed
fix README typo
1 parent db20b17 commit eb2188d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ from playwright.sync_api import sync_playwright
8484
from python_ghost_cursor.playwright_sync import create_cursor
8585

8686
def main():
87-
sync with sync_playwright() as p:
87+
with sync_playwright() as p:
8888
selector = "#sign-up button"
8989
browser = p.chromium.launch(channel="chrome", headless=False)
9090
page = browser.new_page()

0 commit comments

Comments
 (0)