From 3aa7eadbf8832fc4001bab2d7696b0c4b4a72125 Mon Sep 17 00:00:00 2001 From: Bruce Date: Fri, 14 Apr 2017 14:10:09 +0000 Subject: [PATCH] Fix avatar usage example, spaces are important too. --- examples/avatar/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/avatar/README.md b/examples/avatar/README.md index b3c9647..582a35f 100644 --- a/examples/avatar/README.md +++ b/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 ```