diff --git a/JCash.iml b/JCash.iml
index c3dc060..b689970 100644
--- a/JCash.iml
+++ b/JCash.iml
@@ -4,6 +4,7 @@
+
diff --git a/README.md b/README.md
index ccb9b26..eb86b55 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
# JCash
-Draft program for the Java class of semester 2. The goal was to simulate basic cash machine that can read customer data from a .csv file and let the user view the data with curde forms of authentication.
\ No newline at end of file
+## About
+Draft program for the Java class of semester 2. The goal was to simulate basic cash machine that can read customer data from a .csv file and let the user view the data with crude forms of authentication.
+
+## Overview
+The program can read .csv file from disk and allows the user login to an account specified.
+After login, the user can deposit, takeoff or transfer money from an account.
+The application does not write any changes back into the file.
+
+## Images
+![preview.png](https://git.teridax.de/dhbw/JCash/raw/branch/main/meta/Preview.png)
\ No newline at end of file