Skip to content

Commit bf3c431

Browse files
Documentation has been updated
1 parent 5ea3c65 commit bf3c431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ cmake_minimum_required(VERSION 3.14)
4949
5050
project(myProject)
5151
52-
add_executable(myProject main.cpp)
53-
5452
find_package(CURL CONFIG REQUIRED)
5553
56-
target_link_libraries(myProject PRIVATE libcpp-http-client CURL::libcurl)
54+
add_executable(myProject main.cpp libcpp-http-client.hpp)
55+
56+
target_link_libraries(myProject PRIVATE CURL::libcurl)
5757
5858
```
5959

@@ -571,4 +571,4 @@ If you have problems regarding the library, please open an
571571
Please describe your request, issue, or question in as much detail as possible
572572
and also include the version of your compiler and operating system, as well as
573573
the version of the library you are using. Before opening a new issue, please
574-
confirm that the topic is not already exists in closed issues.
574+
confirm that the topic is not already exists in closed issues.

0 commit comments

Comments
 (0)