From 208bdd3e45c6def910db6095813fdbb80a4212a2 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Fri, 20 Mar 2015 15:44:32 +0100 Subject: [PATCH] DOC Fix command in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c33157..268b84b0 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ You can then run this algorithm using the Zipline CLI. From the command line, run: ```bash -python run_algo.py -f dual_moving_avg.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle +python run_algo.py -f dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle ``` This will download the AAPL price data from Yahoo! Finance in the