diff --git a/README.MD b/README.MD
index 1fc958001eb67f26b248c1206d6af5aefc1448c0..6823f22332cd7b4bfa480c272bc075465d447ec2 100644
--- a/README.MD
+++ b/README.MD
@@ -2,9 +2,13 @@
 
 Takes a list of ac-numbers, makes requests to sru/alma/önb, extracts data from the returned marc:xml, brings it in tabular form and writes it to an excel.
 
+## Terminal Script
+
+You can run the software per terminal at `./script.py`. `cd` into this directory and run `python script.py --help` to list the options. 
+
 ## Concept
 
-The program is mostly written async, so that it can process the data, while watiting for new requests.
+The program is mostly written async, so that it can process the data, while waiting for new requests.
 
 The main controller is `travelogues_extraction.controller.main.FromAlmaOutputToExcel`.