From e45852e5374d4b40feb756a967c21a758fca25b1 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Fri, 14 Aug 2015 22:25:16 +0800 Subject: [PATCH] Fixed GoDoc badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a046ff..55dd4e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ mux === -[![GoDoc](https://godoc.org/github.com/gorilla/securecookie?status.svg)](https://godoc.org/github.com/gorilla/securecookie) +[![GoDoc](https://godoc.org/github.com/gorilla/mux?status.svg)](https://godoc.org/github.com/gorilla/mux) [![Build Status](https://travis-ci.org/gorilla/mux.png?branch=master)](https://travis-ci.org/gorilla/mux) Package gorilla/mux implements a request router and dispatcher.