From 54ba4205e6c9e58938c7c08b921be2013076ca95 Mon Sep 17 00:00:00 2001 From: mox Date: Tue, 19 Apr 2016 22:34:11 +0200 Subject: [PATCH] Minor documentation fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ee154..888cc0b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Then just type this in your `CMakeLists.txt`: add_subdirectory(i3ipc++) include_directories(${I3IPCpp_INCLUDE_DIRS}) -link_directories(${I3IPCpp_LIBRARY_DIRS) +link_directories(${I3IPCpp_LIBRARY_DIRS}) ... ```