Skip to content

Commit ea6d883

Browse files
committed
readme: update ini example
1 parent aa9766b commit ea6d883

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ display = price,percent_change_24h,percent_change_7d
7575
api_key = your_coinmarketcap_api_key
7676

7777
[btc]
78-
icon = 
78+
icon = 
79+
in_tooltip = false
7980
price_precision = 2
8081
change_precision = 2
8182
volume_precision = 2
8283

8384
[eth]
84-
icon = 
85+
icon = 
86+
in_tooltip = true
8587
price_precision = 2
8688
change_precision = 2
8789
volume_precision = 2

0 commit comments

Comments
 (0)