From 898ffa8f43485d402d7f6b69e45d61facdf38d12 Mon Sep 17 00:00:00 2001 From: Lasse Westh-Nielsen Date: Mon, 24 Sep 2012 11:54:54 +0100 Subject: [PATCH] correcting docs --- spring-data-neo4j-examples/hello-worlds/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spring-data-neo4j-examples/hello-worlds/README.md b/spring-data-neo4j-examples/hello-worlds/README.md index 1e6cc0223..30adabf4b 100644 --- a/spring-data-neo4j-examples/hello-worlds/README.md +++ b/spring-data-neo4j-examples/hello-worlds/README.md @@ -1,10 +1,12 @@ Hello Worlds ============ -A simple Spring Data Neo4j example with just enough code to -do something that works. +A simple Spring Data Neo4j example with just enough code to do something that works. + +See https://github.com/SpringSource/spring-data-neo4j/blob/master/spring-data-neo4j-examples/hello-worlds/src/test/java/org/springframework/data/neo4j/examples/hellograph/GalaxyServiceTest.java for example code. Build and Run ------------- -`mvn clean package exec:java` +`mvn clean test` +