From b7568ab5d0d9458d626a53e365762f3eefe7e7a1 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Sat, 22 Aug 2015 17:07:15 +0100 Subject: [PATCH] Final badge fix --- readme.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index 9a55695..5eec6ad 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.org/yourheropaul/inj.svg?branch=master)](https://travis-ci.org/yourheropaul/inj) [![Coverage Status](https://coveralls.io/repos/yourheropaul/inj/badge.svg?branch=master&service=github)](https://coveralls.io/github/yourheropaul/inj?branch=master) [![GoDoc](https://godoc.org/github.com/yourheropaul/inj?status.svg)](https://godoc.org/github.com/yourheropaul/inj) [![YHP](https://img.shields.io/badge/author-yourheropaul-f08332.svg)](http://yhp.io) ![Slashie](https://img.shields.io/badge/ridiculously-goodlooking-736caf.svg) - +[![Build Status](https://travis-ci.org/yourheropaul/inj.svg?branch=master)](https://travis-ci.org/yourheropaul/inj) [![Coverage Status](https://coveralls.io/repos/yourheropaul/inj/badge.svg?branch=master&service=github)](https://coveralls.io/github/yourheropaul/inj?branch=master) [![GoDoc](https://godoc.org/github.com/yourheropaul/inj?status.svg)](https://godoc.org/github.com/yourheropaul/inj) [![YHP](https://img.shields.io/badge/author-yourheropaul-f08332.svg)](http://yhp.io) [![Slashie](https://img.shields.io/badge/ridiculously-goodlooking-736caf.svg)](http://yhp.io) ====== Are you troubled by dependency configuration issues in the middle of the night? Do you experience feelings of dread at the code boundaries of your application or during functional testing? Have you or your team ever used a global variable, exported package-level object or a build constraint hack? If the answer is *yes*, then don't wait another minute. Pick up your terminal and `go get github.com/yourheropaul/inj` today.