From b747fb111d897a7320050fcc9b0aa2ec4dafb0fa Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 2 Aug 2022 19:41:25 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0af6afe..316457c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include the **httplib.h** file in your code! -NOTE: This is a HTTP library with 'blocking' socket I/O. If you are looking for a library with 'non-blocking' socket I/O, this is not the one that you want. +NOTE: This library uses 'blocking' socket I/O. If you are looking for a library with 'non-blocking' socket I/O, this is not the one that you want. Simple examples --------------- -#### Server +#### Server (Multi-threaded) ```c++ #define CPPHTTPLIB_OPENSSL_SUPPORT