From f50d855d7c657b999a3dc5d0954a5109eb2ed92b Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Thu, 17 Oct 2019 02:51:27 +0200
Subject: [PATCH] Typo in the README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e7b5851..b951fca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # KM3BUU
 
-The KM3BUU project is an integrated environment for the GiBUU studies within the KM3NeT experiment. The execution is mainly based on 
+The KM3BUU project is an integrated environment for the GiBUU studies within the KM3NeT experiment.
 
 ## Installation
 The project is based on images using `singularity`, for which version 3 or higher (e.g. [v3.4](https://sylabs.io/guides/3.4/user-guide/)) is required. This is done due to the intention to provide a comparable installation on all systems and thus make the results 
@@ -34,4 +34,4 @@ Each sub-folder represents a set of jobcards, which can be processed by:
 make run CARDSET=examples
 ```
 
-This command runs all jobcards within the `jobcards/examples` folder and writes the output it to the folder `output`. The folder structure is applied from the `jobcards`folder.
\ No newline at end of file
+This command runs all jobcards within the `jobcards/examples` folder and writes the output it to the folder `output`. The folder structure is applied from the `jobcards`folder.
-- 
GitLab