fix readme slightly

This commit is contained in:
MSFTserver 2017-10-25 18:05:17 -07:00 committed by GitHub
parent 5507ab1547
commit 521c2674b3

View file

@ -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
```
node bot/bot.js
```