From 5bc705c2b732f0775ea3971c92f8e59203b4e210 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Thu, 8 Oct 2020 10:45:15 +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 99e87ea..f6a5745 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This code runs an Ensemble Data Assimilation system with the software packages D
 
 - Why should I use it?
   - It's pythonic: see what it does at first glance, modular, flexible
-  - It handles dependencies using SLURM without '`sleep`ing loops in the main script'. 
+  - It handles dependencies using SLURM without '`sleep` loops in the bash script'. 
 Functions return a SLURM ID which can be used to trigger the start of another function (interface by [brentp/slurmpy](https://github.com/brentp/slurmpy)).
 
 - Can I use it for real weather?
-- 
GitLab