diff --git a/README.md b/README.md index 93b501e..0fcdf84 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install neo4j - [`connect.py` - Connect to a Neo4j Graph Database](examples/connect.py) - [`run_cypher.py` - Run a Cypher statement](examples/run_cypher.py) -- [`create_data.py` - Read data from a CSV file and create nodes and relationships](examples/create.py) +- [`create_data.py` - Read data from a CSV file and create nodes and relationships](examples/create_data.py) - [`transaction.py` - Execute cypher in a transaction](examples/transaction.py) - [`export_to_dataframe.py` - Export data to a Pandas DataFrame ](examples/export_to_dataframe.py)