소스 검색

Fix avatar usage example, spaces are important too.

Bruce 8 년 전
부모
커밋
3aa7eadbf8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/avatar/README.md

+ 2 - 2
examples/avatar/README.md

@@ -40,10 +40,10 @@ Usage of ./avatar:
 The below example shows how to set your Avatar from a local file.
 
 ```sh
-./avatar-t TOKEN -f avatar.png
+./avatar -t TOKEN -f avatar.png
 ```
 The below example shows how to set your Avatar from a URL.
 
 ```sh
-./avatar-t TOKEN -u http://bwmarrin.github.io/discordgo/img/discordgo.png
+./avatar -t TOKEN -u http://bwmarrin.github.io/discordgo/img/discordgo.png
 ```