From 08e148c28086cd0a3fd1b9f9465d5a3f2b976739 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 14:48:35 -0600 Subject: [PATCH] Lowercase for GoDoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0558f4..2253cf7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ func messageCreate(s *discordgo.Session, m discordgo.Message) { ``` # Documentation -- [GoDoc](https://godoc.org/github.com/bwmarrin/Discordgo) +- [GoDoc](https://godoc.org/github.com/bwmarrin/discordgo) - Hand crafted documentation coming soon. # What Works