From 692f9e9192f8f4a682a1d79d0e5e392330bfecef Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Sun, 18 Oct 2015 13:00:57 +0500 Subject: [PATCH] update badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9e316fd..078893d 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ > Simplified HTTP/HTTPS requests -[![Build Status](https://travis-ci.org/sindresorhus/got.svg?branch=master)](https://travis-ci.org/sindresorhus/got) [![Coverage Status](https://coveralls.io/repos/sindresorhus/got/badge.svg?branch=master&service=github)](https://coveralls.io/github/sindresorhus/got?branch=master) +[![Build Status](https://travis-ci.org/sindresorhus/got.svg?branch=master)](https://travis-ci.org/sindresorhus/got) [![Coverage Status](https://coveralls.io/repos/sindresorhus/got/badge.svg?service=github&branch=master)](https://coveralls.io/github/sindresorhus/got?branch=master) A nicer interface to the built-in [`http`](http://nodejs.org/api/http.html) module.