diff --git a/web/ui/module/codemirror-promql/README.md b/web/ui/module/codemirror-promql/README.md index 6d887ab2fb..441a81315b 100644 --- a/web/ui/module/codemirror-promql/README.md +++ b/web/ui/module/codemirror-promql/README.md @@ -217,7 +217,7 @@ interface [PrometheusClient](https://github.com/prometheus/codemirror-promql/blo . ```typescript -const promQL = new PromQLExtension().setComplete({remote: {prometheusClient: MyPrometheusClient}}) +const promQL = new PromQLExtension().setComplete({remote: MyPrometheusClient}) ``` #### Provide your own implementation of the autocompletion