Skip to content

Commit 22c929f

Browse files
committed
fix issue 193
1 parent 5f8d23a commit 22c929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Now that the library itself and requirements have been installed it is necessary
6464
```
6565
mkdir -p ~/qstrader/examples ~/data ~/out
6666
cd ~/data
67-
wget https://raw.githubusercontent.com/mhallsmoore/qstrader/master/data/SP500TR.csv
67+
wget https://raw.githubusercontent.com/mhallsmoore/qstrader/master/data/SPY.csv
6868
cd ~/qstrader/examples
6969
wget https://raw.githubusercontent.com/mhallsmoore/qstrader/master/examples/buy_and_hold_backtest.py
7070
```

0 commit comments

Comments
 (0)