From 67fe68c6f7c9babc9e590c44ac1598a7ecd88bd7 Mon Sep 17 00:00:00 2001 From: Tobold Date: Thu, 15 Jan 2015 13:20:06 +0100 Subject: [PATCH] Update README.md Fixed project description to reflect actual project. --- Chapter_12/neo4j/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter_12/neo4j/README.md b/Chapter_12/neo4j/README.md index 77c4c35..2f1c33f 100644 --- a/Chapter_12/neo4j/README.md +++ b/Chapter_12/neo4j/README.md @@ -1,6 +1,6 @@ spring-data-neo4j-samples ========================= The project is not intended to be built into a deployable JAR file, -but instead includes a test case that demonstrates Spring Data Mongo. -You may run this test case with 'mvn test' or import the project into +but instead includes a test case that demonstrates Spring Data Neo4j. +You may run this test case with 'gradlew test' or import the project into your IDE and run the test there.