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