From 4e66b61f39148c2fbd6f684232ad983dc96ab7c5 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Thu, 10 Sep 2015 20:22:45 +0800 Subject: [PATCH] docs: Fix README badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785afc2..e94d9f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## gorilla/feeds -![GoDoc](https://godoc.org/github.com/gorilla/feeds?status.svg)](https://godoc.org/github.com/gorilla/feeds) [![Build Status](https://travis-ci.org/gorilla/feeds.png?branch=master)](https://travis-ci.org/gorilla/feeds) +[![GoDoc](https://godoc.org/github.com/gorilla/feeds?status.svg)](https://godoc.org/github.com/gorilla/feeds) [![Build Status](https://travis-ci.org/gorilla/feeds.png?branch=master)](https://travis-ci.org/gorilla/feeds) feeds is a web feed generator library for generating RSS and Atom feeds from Go applications.