From 44c247c1a300013710479d0300083472583db711 Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Mon, 29 Oct 2018 01:07:37 -0700 Subject: [PATCH] docs: spelling in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38b3b5..1cadfb2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ const settings = { client: null, /* Define the starting capital of your algorithm. Use only in backtesting mode. In realtime mode - you're better of using the `initialStates` setting instead. */ + you're better off using the `initialStates` setting instead. */ startCapital: 0, /* Provide initial states for your algorithm. One obvious use case would be when realtime