From 7f2f552f9b3ce25d7dca999119b8a09244823bed Mon Sep 17 00:00:00 2001 From: John Beisley Date: Sat, 6 Jun 2015 12:29:56 +0100 Subject: [PATCH] Add godoc link to README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5499f5e..d40d8b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Installation Run `go get -u github.com/huin/goupnp`. +Documentation +------------- + +[![GoDoc](https://godoc.org/github.com/huin/goupnp?status.svg)](https://godoc.org/github.com/huin/goupnp) + Regenerating dcps generated source code: ----------------------------------------