diff --git a/README.md b/README.md
index 2455c57a30fa1570f73fd628f0c6343a67ba444d..75b1d6a2439aff95993313300eb6b88e53a0b4a4 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]
 ```