From a7897b0e4088270d35cb0e2be479c95fabef502b Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 28 Jun 2021 12:35:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d40d79..5c20126 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ There is basic support getting an url or posting a form. ```forth http-get ( url -- response-body http-code ) -http-get ( map url -- response-body http-code ) +http-post ( map url -- response-body http-code ) ``` For example: