Browse Source

Fixed GoDoc badge.

pull/122/head
Matt Silverlock 10 years ago
parent
commit
e45852e537
  1. 2
      README.md

2
README.md

@ -1,6 +1,6 @@
mux 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) [![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. Package gorilla/mux implements a request router and dispatcher.

Loading…
Cancel
Save