From 4a416788cc58118c3a84f50a50d489cec7060fa6 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 15 May 2017 13:44:45 -0700 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae77c31..e876299 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,6 @@ Using the default bot configuration, we can now run this script like so: `python -m disco.cli --token="MY_DISCORD_TOKEN" --run-bot --plugin simpleplugin` -And commands can be triggered by mentioning the bot (configued by the BotConfig.command\_require\_mention flag): +And commands can be triggered by mentioning the bot (configured by the BotConfig.command\_require\_mention flag): ![](http://i.imgur.com/Vw6T8bi.png)