Update README.md

This commit is contained in:
Attila Magyar 2021-06-28 12:35:01 +02:00 committed by GitHub
parent b323e2d543
commit a7897b0e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: