From 642d67b927a7927068f2dfc4d7706e0144d2164a Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 12 Dec 2021 15:08:10 +0330 Subject: [PATCH] Remove redundant JSON key (postData) (#242) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a1a41..b08f5a9 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ This is the same as `request.get` but it takes one more param: Parameter | Notes |--|--| -postData | Must be a string with `application/x-www-form-urlencoded`. Eg: `postData": "a=b&c=d"` +postData | Must be a string with `application/x-www-form-urlencoded`. Eg: `a=b&c=d` ## Environment variables