Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Nov 7, 2024
1 parent 9f80c7f commit ca2bf41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Run an example. Notice that the output, in csv format, is printed to the termina
music_box -e Chapman
```

Output can be saved to a file in CSV file when no --output-format is passed
Output can be saved to a file in csv file when no --output-format is passed

```
music_box -e Chapman -o output.csv
```

Output can be saved to a file as CSV file when --output-format csv is passed
Output can be saved to a file as csv file when --output-format csv is passed

```
music_box --output-format csv -e Chapman -o output.csv
Expand Down

0 comments on commit ca2bf41

Please sign in to comment.