Skip to content

Commit

Permalink
docs: Fix command usage example in README
Browse files Browse the repository at this point in the history
Correct the syntax for command-line arguments in the usage example.
  • Loading branch information
pblittle committed Sep 10, 2024
1 parent 1156a39 commit f8785ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd albatross
Albatross is a command-line application. Here's how to use it:

```shell
go run main.go <launch_monitor_type> <input_csv_file>
go run main.go <launch_monitor_type> <input_csv_file>
```

For example:
Expand Down

0 comments on commit f8785ca

Please sign in to comment.