From f19ffd181d3c9f89d9d1429c6b6f1a98bbe8e953 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 22 Nov 2017 11:47:15 -0800 Subject: [PATCH] docs: fox mobile device testing example (#3887) --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index 72a2ff348e..146a683e45 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -82,7 +82,7 @@ $ adb devices -l $ adb forward tcp:9222 localabstract:chrome_devtools_remote -$ lighthouse --disable-device-emulation --disable-cpu-throttling https://mysite.com +$ lighthouse --port=9222 --disable-device-emulation --disable-cpu-throttling https://example.com ``` ## Lighthouse as trace processor