From b90628e9e70333bd122ed705b03cad0329ae49e1 Mon Sep 17 00:00:00 2001
From: Carsten Hinz <c.hinz@fz-juelich.de>
Date: Tue, 14 May 2024 16:10:49 +0200
Subject: [PATCH] changed forumlation

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

diff --git a/README.md b/README.md
index 2455c57..75b1d6a 100644
--- a/README.md
+++ b/README.md
@@ -41,11 +41,11 @@ After installing poetry, you can simply install all required dependencies for th
 poetry install
 ```
 This also leads to a creation of a virtual enviorment.Virtual enviorment are designed to ensure, that different projects do not interfere with their dependencies.
-To run a script or a jupyter notebook in the virtual enviorment simply run
+To run a jupyter notebook in the virtual enviorment execute
 ```
 poetry run jupyter notebook
 ```
-or
+and to run a script use
 ```
 poetry run python [/path/to/scriptname.py]
 ```
-- 
GitLab