Merge pull request #35 from MSFTserver/patch-8

fix readme slightly
This commit is contained in:
filipnyquist 2017-10-27 17:48:22 +02:00 committed by GitHub
commit e6f033b49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ Features:
Create a bot and get the bot's API Token: https://discordapp.com/developers/applications/me 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 npm install
node bot.js node bot/bot.js
``` ```