From f5325dd4b2e8e8efd70f65062aec689cc80061b4 Mon Sep 17 00:00:00 2001
From: AnonymousREConfSubmission
 <127930083+AnonymousREConfSubmission@users.noreply.github.com>
Date: Wed, 15 Mar 2023 12:45:14 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 76f4563..f47a8b0 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,10 @@ Install the needed libaries (e.g. flask and rdflib) using pip, e.g.
 pip install -r dependencies.txt
 ```
 
-## Important Note
-The individually created AQM needs to be located in /XXXXX and must follow the conceptualization procedure from the paper. For demonstration purposes, the AQM from the case study of the paper was included in this repository.
+## Important Notes
+The individually created AQM needs to be located in the [data](application/static/data) and must follow the conceptualization procedure from the paper. For demonstration purposes, the AQM from the case study of the paper was included in this repository.
+
+In some browsers, the loaded subgraphs can be cached and different visualizations will not be shown. As a solution, disable caching for the "WebVOWL for AQM" page.
 
 ## Run the application
 Start the flask server
-- 
GitLab