From 28ba6e04f5d4095c6242a8b82eae5de2c4ccbecd Mon Sep 17 00:00:00 2001 From: EvilKarter Date: Fri, 5 Jan 2024 18:52:31 +0100 Subject: [PATCH] docs: update deprecated link to shared flags (#15722) --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index a7b22a85bb39..a2d8ad980a81 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -41,7 +41,7 @@ You can also craft your own config (e.g. [experimental-config.js](https://github ### Differences from CLI flags -Note that some flag functionality is only available to the CLI. The set of shared flags that work in both node and CLI can be found [in our typedefs](/~https://github.com/GoogleChrome/lighthouse/blob/888bd6dc9d927a734a8e20ea8a0248baa5b425ed/typings/externs.d.ts#L82-L119). In most cases, the functionality is not offered in the node module simply because it is easier and more flexible to do it yourself. +Note that some flag functionality is only available to the CLI. The set of shared flags that work in both node and CLI can be found [in our typedefs](/~https://github.com/GoogleChrome/lighthouse/blob/main/types/lhr/settings.d.ts#:~:text=interface%20SharedFlagsSettings). In most cases, the functionality is not offered in the node module simply because it is easier and more flexible to do it yourself. | CLI Flag | Differences in Node | | - | - |