Skip to content

Commit 312d525

Browse files
committed
Fix example img in readme
1 parent adf408b commit 312d525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
:guide: documentation/graph-data-science.neo4j-browser-guide
1414
:rendered-guide: https://guides.neo4j.com/sandbox/graph-data-science/index.html
1515
:model: documentation/img/model.svg
16+
:example: documentation/img/example.svg
1617

1718
:query: MATCH (c:Person{name:$name})-[r:INTERACTS]->(other) +
1819
RETURN other.name as person +

0 commit comments

Comments
 (0)