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: