From 895242be000691962c3ea3c00ae4940ddff17169 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 22 Nov 2017 11:31:51 -0800 Subject: [PATCH] docs: fox mobile device testing example --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index 72a2ff348e24..146a683e4544 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