From 7e0a0b2d0cf84d863ed612be9ec4e3185f769bd8 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 2 Aug 2022 19:30:15 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4a9ce..0af6afe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. +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. Simple examples ---------------