Skip to content

Commit cf343c6

Browse files
committed
🚚 rename example
1 parent d3149bf commit cf343c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use std::error::Error;
33
use cli_candlestick_chart::{Candle, Chart};
44

55
fn main() -> Result<(), Box<dyn Error>> {
6+
// Your CSV data must have "open,high,low,close" header fields.
67
let mut rdr = csv::Reader::from_path("BTC-USD.csv")?;
78

89
let mut candles: Vec<Candle> = Vec::new();

0 commit comments

Comments
 (0)