Simplify README example.

This commit is contained in:
Chris Berkhout 2021-08-19 13:29:38 +02:00
parent f501cc8f9a
commit 6708800699

View file

@ -304,8 +304,8 @@ pricehist fetch coindesk BTC/USD --type close
- **`close`** is the price type for the last price of each day. - **`close`** is the price type for the last price of each day.
A BTC/USD price of the amount 29,391.775 can be written as A BTC/USD price of the amount 29,391.775 can be written as
"BTC/USD = 29391.775" or "BTC 29391.775 USD", and means that one Bitcoin is "BTC/USD = 29391.78" or "BTC 29391.78 USD", and means that one Bitcoin is
worth 29,391.775 United States Dollars. worth 29,391.78 United States Dollars.
## Initial design choices ## Initial design choices