From c9f97149e1739a00e3a93a21e5516d2d8cef72eb Mon Sep 17 00:00:00 2001 From: Jordy Date: Tue, 30 Jan 2018 21:46:07 +0100 Subject: [PATCH] Update config.json.example Typo fix --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index afeb6ada2..da855f1eb 100644 --- a/config.json.example +++ b/config.json.example @@ -10,8 +10,8 @@ }, "exchange": { "name": "bittrex", - "key": "your_echange_key", - "secret": "your_echange_secret", + "key": "your_exchange_key", + "secret": "your_exchange_secret", "pair_whitelist": [ "BTC_ETH", "BTC_LTC",