Skip to content

Commit 4ece822

Browse files
authored
docs: add missing -j flag to example (#23)
1 parent ee2d398 commit 4ece822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GRAFANA_TOKEN=glsa_aaaaaaaaaaa ./detect-angular-dashboards http://my-grafana.exa
5252
> The example below will produce a valid "output.json" file that can be used with other tools.
5353
5454
```bash
55-
GRAFANA_TOKEN=glsa_aaaaaaaaaaa ./detect-angular-dashboards http://my-grafana.example.com/api | tee output.json
55+
GRAFANA_TOKEN=glsa_aaaaaaaaaaa ./detect-angular-dashboards -j http://my-grafana.example.com/api | tee output.json
5656
2023/08/17 11:25:54 Detecting Angular dashboards for "http://my-grafana.example.com/api"
5757
[
5858
{

0 commit comments

Comments
 (0)