From 5fcb5fa7eb6a3b5858bc33703497ae2ef93e79be Mon Sep 17 00:00:00 2001 From: Bruce Date: Fri, 14 Apr 2017 14:08:58 +0000 Subject: [PATCH] Correct appmaker readme usage example --- examples/appmaker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/appmaker/README.md b/examples/appmaker/README.md index a678e39..e0cc29a 100644 --- a/examples/appmaker/README.md +++ b/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 ```