From 4407feb6311c11f8d8f2fd10c4fff6465cb10037 Mon Sep 17 00:00:00 2001 From: Gabor Igloi Date: Fri, 24 Mar 2017 18:12:14 +0000 Subject: [PATCH] Fix Travis badge URL in README.md And move badges to the top of the README. Signed-off-by: Gabor Igloi --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9675a75..86f6e01 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -Ocaml client for the Xen API. -[![Build Status](https://travis-ci.org/gaborigloi/xen-api-client.svg?branch=master)](https://travis-ci.org/gaborigloi/xen-api-client) +[![Build Status](https://travis-ci.org/xapi-project/xen-api-client.svg?branch=master)](https://travis-ci.org/xapi-project/xen-api-client) [![Coverage Status](https://coveralls.io/repos/github/xapi-project/xen-api-client/badge.svg?branch=master)](https://coveralls.io/github/xapi-project/xen-api-client?branch=master) +Ocaml client for the Xen API. + Depends on: Xmlm, Lwt, SSL Check out the example in: lwt_test/list_vms.ml