Skip to content

Commit

Permalink
docs: fix typo (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineThibi authored Mar 10, 2023
1 parent 4e1b143 commit 94c07a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/report/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
If you have several JSON files of measures, you can open the comparison view with:

```bash
flashlight reports results1.json results2.json results3.json
flashlight report results1.json results2.json results3.json
```

If you pass a folder instead, Flashlight will use all the JSON files in the folder:

```bash
flashlight reports results/
```
flashlight report results/
```

0 comments on commit 94c07a1

Please sign in to comment.