From 9dd412ea2708922ba81f5e5754245fc8cdc8d3fc Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 22 Jun 2022 09:29:44 +0200
Subject: [PATCH] update README

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

diff --git a/README.md b/README.md
index 51799bf..eb73ab3 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 ##
 
-- 
GitLab