From ccdd630c1c20da3737126d860c407f37ccfabb57 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Wed, 23 Dec 2015 18:39:35 -0500 Subject: [PATCH] Fix coverage badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a1ebb..75a853e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Strict PSR-7 implementation used by the Slim Framework, but you may use it separately with any framework compatible with the PSR-7 standard. [![Build Status](https://travis-ci.org/slimphp/Slim-Http.svg?branch=master)](https://travis-ci.org/slimphp/Slim-Http) -[![Coverage Status](https://coveralls.io/repos/slimphp/Slim-Http/badge.svg?branch=master)](https://coveralls.io/r/slimphp/Slim-Http?branch=master) +[![Coverage Status](https://coveralls.io/repos/slimphp/Slim-Http/badge.svg?branch=master&service=github)](https://coveralls.io/github/slimphp/Slim-Http?branch=master) [![Total Downloads](https://poser.pugx.org/slim/http/downloads)](https://packagist.org/packages/slim/http) [![License](https://poser.pugx.org/slim/http/license)](https://packagist.org/packages/slim/http)