From 09e4b23d7951f565ba9d88447b50c617fca46456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Hello?= Date: Sun, 21 Aug 2022 07:44:23 +0200 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 408c29f3e..333e0fd6b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -860,10 +860,10 @@ lhci assert --preset=lighthouse:recommended --includePassedAssertions ### `open` -Open a local lighthouse report that has been created using `collect`. There is no configuration for this command. +Open a local lighthouse report that has been created using `collect`. You need to provide URL same as used to run Lighthouse on. ```bash -lhci open +lhci open URL ``` ---