From 16b47e05075290f3602616edf909360c8349426d Mon Sep 17 00:00:00 2001 From: kirosc Date: Thu, 8 Jul 2021 00:00:56 +0800 Subject: [PATCH] docs: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1d0511..9e8e70e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ const api = new API({ key: 'YOUR_KEY', // Optional if only query endpoints with no security requirement secrets: 'YOUR_SECRETS', // Optional timeout: 60000, // Optional, in ms, default to 30000 + forcedMode: 'real' | 'paper', errorHandler: (response, reject) => { // Optional, Custom handler for 3Commas error const { error, error_description } = response;