فهرست منبع

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
 ```