From f810d284a958f39eab3107641c3c980dcac6d614 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Tue, 22 Jul 2025 11:37:05 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51360e6..d69a108 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cHTTP -cHTTP is an HTTP client and server library for C with minimal dependencies and distributed as a single chttp.c file. +cHTTP is an HTTP **client and server** library for C with minimal dependencies and **distributed as a single chttp.c** file. ## Example @@ -59,7 +59,7 @@ int main(void) * HTTP 1.1 client and server * Fully non-blocking -* Cross-Plafrorm (Windows & Linux) +* Cross-Platform (Windows & Linux) * HTTPS support (using OpenSSL) * Virtual Hosts * Single-threaded