From 3ea9972cf6e5134fbf6e7696418494a9ccb17db2 Mon Sep 17 00:00:00 2001 From: Aart Stuurman Date: Mon, 29 Jan 2018 16:34:50 +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 88aed6c..6ff9d91 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ File|Include when? amqpcpp.h|Always amqpcpp/linux_tcp.h|If using the Linux-only TCP module -On Windows you are required to define NOMINMAX when compiling code that includes public AMQP-CPP header files. +On Windows you are required to define `NOMINMAX` when compiling code that includes public AMQP-CPP header files. ## CMake The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at `bin/`. Keep in mind that the TCP module is only supported for Linux. An example install method would be: