diff --git a/README.md b/README.md index 52f5017..e9819ee 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ npm install 2. Start Chrome with remote debugging enabled: ```bash -chrome.exe --remote-debugging-port=9222 +chrome.exe --remote-debugging-port=9222 https://www.youtube.com/watch?v=dQw4w9WgXcQ ``` Or on Windows, run from PowerShell: ```powershell -& "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 +& "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 https://www.youtube.com/watch?v=dQw4w9WgXcQ ``` ## Usage