Skip to content

Commit ae6cf70

Browse files
committed
Updated README
1 parent 68d1281 commit ae6cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library.
77

88
It's extremely easy to setup. Just include the **httplib.h** file in your code!
99

10-
NOTE: This is a 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want.
10+
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.
1111

1212
Simple examples
1313
---------------

0 commit comments

Comments
 (0)