QubitPi commited on
Commit
0a1823a
1 Parent(s): 63b78f5
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -121,7 +121,7 @@ separately:
121
 
122
  - Search for a vocabulary with all its links:
123
 
124
- ```
125
  MATCH (term:Term)-[r]-(x) WHERE term.name = "der Amerikaner" RETURN term, r, x;
126
  ```
127
 
 
121
 
122
  - Search for a vocabulary with all its links:
123
 
124
+ ```text
125
  MATCH (term:Term)-[r]-(x) WHERE term.name = "der Amerikaner" RETURN term, r, x;
126
  ```
127