From ab96b8a3005be2248eefcc4a56695a0d4bfa6d4d Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Sat, 12 Jun 2021 14:01:02 -0500 Subject: [PATCH] doc: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7cd81..a074316 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ const wsConfig = { // defaults to false == testnet. Set to true for livenet. // livenet: true - // defaults to fase == inverse. Set to true for linear (USDT) trading. + // defaults to false == inverse. Set to true for linear (USDT) trading. // linear: true // how long to wait (in ms) before deciding the connection should be terminated & reconnected