diff --git a/README.md b/README.md
index 51799bf9d56431dab4bab85bbdb11d6b8bc67218..eb73ab3036ad6a738e7e734265f0c9808d0eac49 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
 # IML Appmonitor Dashboard #
 
-Demo Dashboard for IML Appmonitor using the API to fetch data.
-It works offline without a webserver using the Javascript fetch() function.
+Demo of a custom Dashboard for IML Appmonitor using the API to fetch data. It works offline without a webserver using the Javascript fetch() function.
 
-The Dashboards reds the tags from the IML appmonitor and shows the application status of matching apps.
+The Dashboards reads the tags from the IML appmonitor. You can enable/ disable each existing tag. The application section shows the application status of matching apps. The view will be refreshed in the given interval.
 
 Author: Axel Hahn; Institute for Medical Education; University of Bern
 
@@ -37,7 +36,7 @@ Open the file `public_html/index.html` in your webbrowser.
 * "no response" error \
   --> your ip address is not whitelisted in the appmonitor api config.
 * Error 404 \
-  --> no application matches the given tag or tag combination.
+  --> no application matches the given tag or tag combination. Delete the tags with button [X] and try to start with a single tag.
 
 ## Screenshot ##