From 998914e1f69b98962e491360b997d61e85d65293 Mon Sep 17 00:00:00 2001 From: David LJ Date: Sat, 4 Nov 2023 05:57:21 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6550afa..d8e2b46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lighthouse-batch-parallel -> :warning: **Running Lighthouse concurrently would skew [Performamce Score](https://developers.google.com/web/tools/lighthouse/v3/scoring#perf)** according to this [reply from Lighthouse team](https://github.com/GoogleChrome/lighthouse/issues/7104#issuecomment-458368476), be careful of giving [workersNum](#workersNum-optional) argument when the accuracy of performance score is important. +> :warning: **Running Lighthouse concurrently would skew [Performance Score](https://developers.google.com/web/tools/lighthouse/v3/scoring#perf)** according to this [reply from Lighthouse team](https://github.com/GoogleChrome/lighthouse/issues/7104#issuecomment-458368476), be careful of giving [workersNum](#workersNum-optional) argument when the accuracy of performance score is important.