From 17e9eae679687f615c1f32b506d278db8112fccb Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Thu, 7 Jan 2016 13:58:44 -0600 Subject: [PATCH] fix error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb17429..c72f859 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Construct a new Discord client which can be used to access the variety of Discord API functions and to set callback functions for Discord events. ```go -discord, err := discordgo.New("username, "password") +discord, err := discordgo.New("username", "password") ``` See Documentation and Examples below for more detailed information.