Skip to content

Commit

Permalink
Updated README to reflect new precision configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jan 13, 2021
1 parent ccefcca commit 65aa7d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ api_key = some_coinmarketcap_key
[btc]
icon = 
price_precision = 2
change_precision = 2
volume_precision = 2
[eth]
icon = 
price_precision = 2
change_precision = 2
volume_precision = 2
```

- **currency:** Any valid currency code should be accepted
Expand All @@ -80,3 +86,6 @@ For each cryptocurrency you wish to display, add a section as shown in the examp
Valid options:

- **icon:** A character symbol to display next to this cryptocurrency's metrics.
- **price_precision** The decimal precision at which to display the price value of the coin.
- **change_precision** The decimal precision at which to display the change value(s) of the coin.
- **volume_precision** The decimal precision at which to display the volume value of the coin.

0 comments on commit 65aa7d3

Please sign in to comment.