From a094c31a1f6a0669579ebc7a656d8eee6e723465 Mon Sep 17 00:00:00 2001 From: Anthony Rebello Date: Tue, 31 Jan 2017 18:49:20 +0530 Subject: [PATCH] references #5, added travis status img --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb4fcb3..d6d8321 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -# peoplegraph-api-client +# peoplegraph-api-client [![Build Status][travis-ci-status-img]][travis-ci-peoplegraph-api-client] API client for deep-compute's peoplegraph product http://www.deepcompute.com/peoplegraph/ - # Installation ``` @@ -23,3 +22,6 @@ POST the result. ```bash peoplegraph -H "http://www.deepcompute.com" -u "" -s "" -n "John Doe" --callback "http://www.myserver.com" ``` + +[travis-ci-status-img]: https://travis-ci.org/deep-compute/peoplegraph-api-client.svg?branch=master +[travis-ci-peoplegraph-api-client]: https://travis-ci.org/deep-compute/peoplegraph-api-client