소스 검색

Correct appmaker readme usage example

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

+ 1 - 1
examples/appmaker/README.md

@@ -53,5 +53,5 @@ Below example will create a new Bot Application under the given account.
 The Bot will be named **DiscordGoRocks**
 
 ```sh
-./appmaker -t YOUR_USER_TOKEN -a DiscordGoRocks
+./appmaker -t YOUR_USER_TOKEN -n DiscordGoRocks
 ```