From a311f0d9868650030919ac51825aec2221884925 Mon Sep 17 00:00:00 2001 From: happygeorge01 Date: Tue, 19 Dec 2017 09:13:10 +0800 Subject: [PATCH] Update 20170717 Neo4j and graph databases Getting started.md --- .../tech/20170717 Neo4j and graph databases Getting started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20170717 Neo4j and graph databases Getting started.md b/sources/tech/20170717 Neo4j and graph databases Getting started.md index 2bbe9eaaca..3ba59eedd7 100644 --- a/sources/tech/20170717 Neo4j and graph databases Getting started.md +++ b/sources/tech/20170717 Neo4j and graph databases Getting started.md @@ -75,7 +75,7 @@ MATCH (a:Person),(b:Person),(c:Person),(d:Person),(e:Person),(f:Person),(t:City) 重新运行 MATCH 语句,你将会看到下面图像: -### [Match查询.jpg][4] +### [Match 查询.jpg][4] ![Graph after re-querying with MATCH](https://opensource.com/sites/default/files/u128651/article_2_image_3.jpg "Graph after re-querying with MATCH")