From dc1bbc6b2c8f1e81c61bfde06727c8b6b83e7f7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kevin=20H=C3=B6llring?= <kevin.hoellring@fau.de>
Date: Tue, 22 Oct 2019 10:39:01 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 6fe1591..81bf03c 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ If your code does compile without these two options but does not compile with th
 
 A sample invocation of the command:
 
-`g++ src/sample_4.cpp -o sample_4 -std=c++11 -Wall -Werr`
+`g++ src/sample_4.cpp -o sample_4 -std=c++11 -Wall -Werror`
 
 And the sample program can then be run by calling 
 
-- 
GitLab