commit c09dcac7b2c30ef6af4c527d5492015627c66c59
parent 4d18f4a70c829e606d2b43984ec48e86a653a059
Author: kocotian <54662947+kocotian@users.noreply.github.com>
Date: Sun, 11 Oct 2020 16:14:52 +0200
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ just include header in your project and you ready to GET.
for example, GET / from suckless.org on port 80:
```c
#include "http.h"
-int
+void
main()
{
char *response; long long int size;