From 6830bec905e4ee5bf0daabc05bd4c5a45a16b40a Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou Date: Thu, 28 Mar 2024 16:40:31 +0100 Subject: [PATCH] Update CONTRIBUTING-JS.md --- CONTRIBUTING-JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING-JS.md b/CONTRIBUTING-JS.md index d95e53dc..261c2dd3 100644 --- a/CONTRIBUTING-JS.md +++ b/CONTRIBUTING-JS.md @@ -143,7 +143,7 @@ console.log(res.body); const client = new Client(); -final res = await client.post("http://example.com",{"Referer": "http://example.com"},{'name':'test'}); +const res = await client.post("http://example.com",{"Referer": "http://example.com"},{'name':'test'}); console.log(res.body);