From 38494804ad53f1c14a758ff3827c7626b37394c9 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 2 Nov 2015 13:56:18 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 174d011..4d702e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -Node.js Neo4j Example [![Build Status](https://apibeta.shippable.com/projects/537510be71010d52005b52b5/badge/master)](https://beta.shippable.com/projects/537510be71010d52005b52b5) +Node.js Neo4j Example + +[![Build Status](https://apibeta.shippable.com/projects/537510be71010d52005b52b5/badge/master)](https://beta.shippable.com/projects/537510be71010d52005b52b5) ================= +testing pr build + Uses Neo4j, a powerful open-source graph database. The app 123 connects to a Neo4j instance and tests simple saving and retrieving of a single node using the [node-neo4j](https://github.com/thingdom/node-neo4j) 111module. Shippable.yml shows how to start Neo4j and run mocha tests with testing and coverage reports displaying on Shippable.com.