From ab3098f18bd78da2b67c135c18cf48702ea979cd Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 6 Mar 2026 18:46:50 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1212764..7ba3862 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to set up. Just include the **[httplib.h](https://raw.githubusercontent.com/yhirose/cpp-httplib/refs/heads/master/httplib.h)** file in your code! -**Learn more in the [official documentation](https://yhirose.github.io/cpp-httplib/)**. +Learn more in the [official documentation](https://yhirose.github.io/cpp-httplib/) (built with [docs-gen](https://github.com/yhirose/docs-gen)). > [!IMPORTANT] > 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.