From 521c2674b3c4ea646a31ef6770d2f579f309717e Mon Sep 17 00:00:00 2001 From: MSFTserver Date: Wed, 25 Oct 2017 18:05:17 -0700 Subject: [PATCH] fix readme slightly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07c5563..2743651 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Features: Create a bot and get the bot's API Token: https://discordapp.com/developers/applications/me -Edit and rename default.json.example in /config, then run: +Edit and rename default.json.example in /config, then cd to wunderbot directory and run: ``` npm install -node bot.js -``` \ No newline at end of file +node bot/bot.js +```