Fix CI/CD
Browse files
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 |
|