From d5e46b4b213678e48d7f31995be7028d406d64b6 Mon Sep 17 00:00:00 2001 From: Andrew <39019063+manhinhang@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:08:14 +0800 Subject: [PATCH] Update README.template fix typo --- README.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.template b/README.template index abc3979..215ca93 100644 --- a/README.template +++ b/README.template @@ -26,7 +26,7 @@ docker run -d \ --env IB_ACCOUNT= \ #YOUR_USER_ID --env IB_PASSWORD= \ #YOUR_PASSWORD --env TRADING_MODE= \ #paper or live ---p 4002:4002 \ #brige IB gateway port to your local port 4002 +-p 4002:4002 \ #brige IB gateway port to your local port 4002 manhinhang/ib-gateway-docker ```