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. ---