Skip to content

Commit d26f487

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent fa4e327 commit d26f487

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
@@ -34,7 +34,7 @@ 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-
But this library is a kind of Curl wrapper that uses Curl under the hood. So, you need to add Curl to
37+
But this library is a kind of Curl wrapper that uses Curl under the hood. So, you also need to add Curl to
3838
your project before to use it.
3939

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

0 commit comments

Comments
 (0)