Skip to content

Commit 6e8021e

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 7c6d405 commit 6e8021e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ Modern, non-blocking and exception free, header-only HTTP Client library for C++
3434
This is a header only library. So actually, all you need is to add the libcpp-http-client.hpp file
3535
in src folder to your project and start using it with #include.
3636

37-
> [!NOTE]
38-
> This library is a kind of Curl wrapper that uses Curl under the hood. So, you need to add Curl to
39-
> your project before to use it.
37+
But this library is a kind of Curl wrapper that uses Curl under the hood. So, you need to add Curl to
38+
your project before to use it.
4039

4140
You can find usage examples in the examples folder, also find a sample CMakeLists.txt file content below.
4241

0 commit comments

Comments
 (0)