From 9a918ed839b6f146d18c9658608d479154f5dd4c Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Fri, 30 Jan 2015 17:26:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00e288..14ffa43 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Compile with a C++11 compiler supporting regex (for instance g++ 4.9): On Linux using g++: add `-pthread` -Note: added -lboost_thread to make the json-example thread safe. On some systems you might have to use -lboost_thread-mt instead. +Note: added `-lboost_thread` to make the json-example thread safe. On some systems you might have to use `-lboost_thread-mt` instead. #### HTTP