From 5cbc001f0c87dce3cb0c46f59e19740eb3928875 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 12 Oct 2017 14:00:41 +0200
Subject: [PATCH] Update README.md ex1

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

diff --git a/tutorial/ex1/README.md b/tutorial/ex1/README.md
index 1356c91208..f305a818ae 100644
--- a/tutorial/ex1/README.md
+++ b/tutorial/ex1/README.md
@@ -86,7 +86,7 @@ We want to be able to set it at runtime. To this end,
 
 ```c++
 // read the injection rate from the input file at run time
-const auto totalAreaSpecificInflow_ = GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, <TYPE>, <GROUPNAME>, <PARAMNAME>);
+totalAreaSpecificInflow_ = GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, <TYPE>, <GROUPNAME>, <PARAMNAME>);
 ```
 
 * Replace
-- 
GitLab