From 49dd3bbe04796bc07d1b1b1abda8bfe4ff8204bc Mon Sep 17 00:00:00 2001 From: Philipp Jacoby Date: Tue, 10 Feb 2026 21:01:05 +0100 Subject: [PATCH] adjust readme struct --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa72840..4dfbffc 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,9 @@ python neo4j_etl.py ``` **Input:** The script will ask you for your **database-username** (default: `neo4j`) and your **password**. + **Processing:** The script automatically reads and executes cypher queries in the following directory `neo4jqueries/analysis_queries`. + **Output:** Results of the analysis will be displayed on the terminal. ---