Browse Source

Added pretty GoDoc link

Bruce Marriner 9 years ago
parent
commit
9a9175deec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -3,6 +3,8 @@
 Discordgo provides a mostly complete low-level Golang interface to the Discord
 REST and Websocket API.
 
+[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo)
+
 
 # Usage Example
 ```go