From 326aa304192ffacf81baf861fd28ef175e74d8fb Mon Sep 17 00:00:00 2001 From: Bryan Kate Date: Tue, 8 Apr 2014 23:43:10 -0400 Subject: [PATCH] nits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc606c8..c6f48ff 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Pequod builds on Linux and Mac OSX. To build: $ ./configure $ make -Pequod requires a C++11 compatible compiler, and Apple-supplied compiler might -not be suitable for building. To use an alternate compiler (such as one +Pequod requires a C++11 compatible compiler, and the Apple-supplied compiler might +not be suitable for building on OSX. To use an alternate compiler (such as one installed with `homebrew`), specify the `CXX` variable at configuration time: $ ./configure CXX='g++-4.8 -std=gnu++11'