From 2ac731d60545ba5c4202c25fd2e732ddd8297d82 Mon Sep 17 00:00:00 2001 From: Rinku Chaudhari <76877078+therealrinku@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:07:47 +0545 Subject: [PATCH] chore(docs): update readme.md (#5889) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2227252..6d5d449 100644 --- a/README.md +++ b/README.md @@ -1270,7 +1270,7 @@ const {data} = await axios.post(SERVER_URL, readableStream, { ```` > **Note:** -> Capturing FormData upload progress is currently not currently supported in node.js environments. +> Capturing FormData upload progress is not currently supported in node.js environments. > **⚠️ Warning** > It is recommended to disable redirects by setting maxRedirects: 0 to upload the stream in the **node.js** environment,