From d42e4ac85fad679c7e6894b9b0f137db036bca2f Mon Sep 17 00:00:00 2001 From: neyako Date: Wed, 8 Jul 2026 10:45:29 +0700 Subject: [PATCH] ChuyenVoiThanh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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