aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c6c585..7d18ee2 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ to integrate `libweb` into CMake projects via `add_subdirectory` and
project(example)
add_executable(${PROJECT_NAME} main.c)
add_subdirectory(libweb)
-target_link_libraries(${PROJECT_NAME} PRIVATE libweb)
+target_link_libraries(${PROJECT_NAME} PRIVATE web)
```
Additionally, `libweb` can be installed using the standard procedure