From 4b0f7bc222184c1ae649e23b88cfc4698d1c6da0 Mon Sep 17 00:00:00 2001
From: Dan Liew <daniel.liew@imperial.ac.uk>
Date: Thu, 20 Apr 2017 17:22:05 +0100
Subject: [PATCH] Fix typo noted in #979. `g++` is the default compiler rather
 than the `gcc` binary.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f4c6dd012..b9d0d6fe1 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ make
 sudo make install
 ```
 
-Note by default ``gcc`` is used as the C++ compiler if it is available. If you
+Note by default ``g++`` is used as the C++ compiler if it is available. If you
 would prefer to use Clang change the ``mk_make.py`` line to
 
 ```bash