Skip to content

Commit

Permalink
Documentation has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leventkaragol authored Oct 20, 2024
1 parent 9409079 commit 94b3128
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ cmake_minimum_required(VERSION 3.14)
project(myProject)
add_executable(myProject main.cpp)
target_link_libraries(myProject PRIVATE libcpp-channel)
add_executable(myProject main.cpp libcpp-channel.hpp)
```

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

0 comments on commit 94b3128

Please sign in to comment.