From 103076066e0989cffb38c797413602c16d7ed79d Mon Sep 17 00:00:00 2001 From: Allie Date: Sun, 2 Aug 2020 16:49:55 -0700 Subject: [PATCH] Update ADD_NEW_EXCHANGE.md (#532) incorrect path for exchange_template --- docs/ADD_NEW_EXCHANGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ADD_NEW_EXCHANGE.md b/docs/ADD_NEW_EXCHANGE.md index ae69630a..aeaedef4 100644 --- a/docs/ADD_NEW_EXCHANGE.md +++ b/docs/ADD_NEW_EXCHANGE.md @@ -28,7 +28,7 @@ Using Go Modules you now clone this repository **outside** your GOPATH ```bash git clone https://github.com/thrasher-corp/gocryptotrader.git -cd gocryptotrader/cmd/documentation/exchange_template +cd gocryptotrader/cmd/exchange_template go run exchange_template.go -name FTX -ws -rest ``` @@ -1191,4 +1191,4 @@ Please test all `pair` commands to disable and enable different assets types to ## Open a PR -Submitting a PR is easy and all are welcome additions to the public repository. Submit via github.com/thrasher-corp/gocryptotrader or contact our team via slack for more information. \ No newline at end of file +Submitting a PR is easy and all are welcome additions to the public repository. Submit via github.com/thrasher-corp/gocryptotrader or contact our team via slack for more information.