commit 7b1c7058cd4bee3affdb7909d9723b2b76c0aa90
parent edfb8186981aa8c575dd1c529d3c9af33ef48839
Author: kocotian <54662947+kocotian@users.noreply.github.com>
Date: Sun, 11 Oct 2020 16:13:56 +0200
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -3,7 +3,7 @@ simple and small http library for C99
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
main()