Skip to content

Commit 47bdffd

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 45f5cf1 commit 47bdffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Modern, non-blocking and exception free, header-only HTTP Client library for C++
2929

3030
## How to add it to my project?
3131

32-
This is a header only library. So actually, all you need is to add the libcpp-http-client.hpp file to your project and start using it with #include.
32+
This is a header only library. So actually, all you need is to add the libcpp-http-client.hpp file in src folder to your project and start using it with #include.
3333

3434
But this library is a kind of Curl wrapper that uses Curl under the hood. So, you need to add Curl to your project before to use it.
3535

36-
You can find usage examples in the examples folder. You can also find a sample CMakeLists.txt file content below.
36+
You can find usage examples in the examples folder, also find a sample CMakeLists.txt file content below.
3737

3838
```cmake
3939
cmake_minimum_required(VERSION 3.14)

0 commit comments

Comments
 (0)