From cdf0540ac8ab174941412aacd10189a2e4df36fc Mon Sep 17 00:00:00 2001 From: Nash Date: Mon, 21 Jun 2021 00:24:57 -0700 Subject: [PATCH] Update README.md Co-authored-by: Asher Hwang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c737cdfc..abffc7f2f4 100755 --- a/README.md +++ b/README.md @@ -469,7 +469,7 @@ These are the available config options for making requests. Only the `url` is re forcedJSONParsing: true, // throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts - clarifyTimeoutError: false + clarifyTimeoutError: false, } } ```