From ac6dd6d1d149c4584f276cbe3e2bc15164cf92bd Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 5 May 2015 08:12:41 -0700 Subject: [PATCH] move badges inline with header; add license badge --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c653424..96fbe5e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -[![Build Status](https://travis-ci.org/willnorris/imageproxy.svg?branch=master)](https://travis-ci.org/willnorris/imageproxy) -[![GoDoc](https://godoc.org/willnorris.com/go/imageproxy?status.svg)](https://godoc.org/willnorris.com/go/imageproxy) - -# imageproxy # +# imageproxy [![Build Status](https://travis-ci.org/willnorris/imageproxy.svg?branch=master)](https://travis-ci.org/willnorris/imageproxy) [![GoDoc](https://godoc.org/willnorris.com/go/imageproxy?status.svg)](https://godoc.org/willnorris.com/go/imageproxy) [![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](LICENSE) imageproxy is a caching image proxy server written in golang. It supports dynamic image resizing and URL whitelisting.