소스 검색

fix error in README

Bruce Marriner 9 년 전
부모
커밋
17e9eae679
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.