docs: Fix README badge.

This commit is contained in:
Matt Silverlock
2015-09-10 20:22:45 +08:00
parent 8bdd92d80a
commit 4e66b61f39
+1 -1
View File
@@ -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.