Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 9a918ed

Browse files
committed
Update README.md
1 parent 109c825 commit 9a918ed

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
@@ -33,7 +33,7 @@ Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
3333

3434
On Linux using g++: add `-pthread`
3535

36-
Note: added -lboost_thread to make the json-example thread safe. On some systems you might have to use -lboost_thread-mt instead.
36+
Note: added `-lboost_thread` to make the json-example thread safe. On some systems you might have to use `-lboost_thread-mt` instead.
3737

3838
#### HTTP
3939

0 commit comments

Comments
 (0)