Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Jan 10, 2024
1 parent 845e5ea commit 02913e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ bin/neo4j-admin import --verbose --nodes=Semantic="import/TUIs.csv" --nodes=C
```
The build time will vary but shouldnt take more than 20 min.

### Step 6. After the database build is finished, start the database, open the Browser and execute this block of Cypher:
#### Step 6. After the database build is finished, start the database, open the Browser and execute this block of Cypher:
This sets contraints and indices on Node types to speed up query execution time. The last three queries create properties on numerical Code nodes.

```cypher
Expand Down

0 comments on commit 02913e6

Please sign in to comment.