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.