From ae6cf70bc459ffc0f0f4c710b6c050f3b5d60cf2 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 26 Jan 2021 08:38:28 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c995f..952a757 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 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. +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. Simple examples ---------------