Skip to content

Commit 54ba420

Browse files
committed
Minor documentation fix.
1 parent dfe121a commit 54ba420

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
@@ -23,7 +23,7 @@ Then just type this in your `CMakeLists.txt`:
2323
add_subdirectory(i3ipc++)
2424
2525
include_directories(${I3IPCpp_INCLUDE_DIRS})
26-
link_directories(${I3IPCpp_LIBRARY_DIRS)
26+
link_directories(${I3IPCpp_LIBRARY_DIRS})
2727
...
2828
```
2929

0 commit comments

Comments
 (0)