From ae75f2da03d0b8a2b97ba8bbc40bfe53ad6adc45 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:37:56 +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 9b2cf9c..6fe1591 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ In order to be executable by a computer, the program has to be translated into m
 
 You can use the command 
 
-`g++ <source_code_file> -o <name_of_output_program> -std=c++11 -Wall -Werr`
+`g++ <source_code_file> -o <name_of_output_program> -std=c++11 -Wall -Werror`
 
 This tells the compiler (g++) where to find the source code and how to name the resulting program.
 In case you omit the name of the output program the result will most likely be an executable file called "a.out".
-- 
GitLab