From 55f9fe94e0cab8bbd361d251ffa4bad98b214d54 Mon Sep 17 00:00:00 2001
From: markn92 <markn92@mi.fu-berlin.de>
Date: Tue, 7 Apr 2020 08:50:42 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index a47daf0..66c8ebe 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ pipenv install --dev
 Then simply run pytest within the root folder:
 
 ```shell script
-pipenv shell pytest
+pipenv run pytest
 ```
 
 ## Extras
-- 
GitLab