ref: bcd9cd180c7b4322919c5e07f7a398d65d97bb0e
parent: b7ec8469463c8de77f733578f9b874a8771529ed
author: phil9 <telephil9@gmail.com>
date: Tue Jan 25 01:21:59 EST 2022
fix README
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# candlestick
A candlestick chart widget to view historical financial data.
-This has been tested with data downloaded from [yahoo finance](https://finance.yahoo.com/) (see download link at [MSFT](https://finance.yahoo.com/quote/MSFT/history?p=MSFT)). This should work with any source provided the input is a CSV file with fields in the following order: <YYYY-MM-DD>,<Open>,<High>,<Low>,<Close>.
+This has been tested with data downloaded from [yahoo finance](https://finance.yahoo.com/) (see download link at [MSFT](https://finance.yahoo.com/quote/MSFT/history?p=MSFT)). This should work with any source provided the input is a CSV file with fields in the following order: `YYYY-MM-DD`,`Open`,`High`,`Low`,`Close`.
![screenshot](candlestick.png)