Skip to content

Commit

Permalink
docs: use kebab case for flags
Browse files Browse the repository at this point in the history
Update docs to reflect #59 changes
  • Loading branch information
Zidious committed Jul 23, 2023
1 parent 8439643 commit ae84704
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 @@ -43,7 +43,7 @@ Note: `--price, --p` is required for any of the subsequent flags.
Coin price change (%) in the past 24 hours.

```sh
--priceChange, --pc
--price-change, --pc
```

Coin volume in the past 24 hours.
Expand Down Expand Up @@ -73,7 +73,7 @@ Coin all time high price.
Percent price change from the all time high.

```sh
--athChange, --athc
--ath-chance, --athc
```

Save coin data via JSON and/or CSV
Expand Down

0 comments on commit ae84704

Please sign in to comment.