From 3af9fe85cf51ca5e38075fb4f8dd7b9a42173990 Mon Sep 17 00:00:00 2001 From: Derek Hall <94722790+Hderek22@users.noreply.github.com> Date: Mon, 4 Jul 2022 20:18:07 -0400 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69d6f73..7975d32f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ pip3 install alpaca-backtrader-api you can find example strategies in the [samples](https://github.com/alpacahq/alpaca-backtrader-api/tree/master/sample) folder. -remember to add you credentials. +remember to add your credentials. you can toggle between backtesting and paper trading by changing `ALPACA_PAPER`