Update neo4j/README.md

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Hannes Heine 2023-03-08 09:34:01 +01:00 committed by GitHub
parent 92a74bd2a3
commit 5460a81217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Here we describe some rarely used Cypher commands for Neo4j that are needed from
### Index And Constraint Commands
If indices or constraints are missing or not set correctly, the browser search will not work or the database seed for development will not work.
If indexes or constraints are missing or not set correctly, the browser search will not work or the database seed for development will not work.
The indices and constraints of our database are set in `backend/src/db/migrate/store.js`.
This is where the magic happens.