From 2fb49639d6f4e5874c324456f5ea91a4980e7ed7 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Thu, 9 Apr 2020 16:40:45 -0500 Subject: [PATCH] updated readme with badges --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b67e5c..923a8cb 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ ## Overview -xmlrpc is an implementation of client side part of XMLRPC protocol in Go language. +[![Coverage Status](https://coveralls.io/repos/github/softlayer/xmlrpc/badge.svg)](https://coveralls.io/github/softlayer/xmlrpc) +![Build](https://github.com/softlayer/xmlrpc/workflows/Go/badge.svg) + + +xmlrpc is an implementation of client side part of XMLRPC protocol in Go language. This project was forked from https://github.com/kolo/xmlrpc and contains a few minor changes to help interact with the [SoftLayer API](https://sldn.softlayer.com) ## Status -This project is in minimal maintenance mode with no further development. Bug fixes -are accepted, but it might take some time until they will be merged. +This project is in minimal maintenance mode with no further development. Bug fixes are accepted, but it might take some time until they will be merged. ## Installation