From 9e68166321c928b5d5c5ad756c53f9b15dd62818 Mon Sep 17 00:00:00 2001 From: Parikshit Hooda Date: Sat, 5 Oct 2019 11:14:00 +0530 Subject: [PATCH] update readme- typo fix and license mention issue #46 Fixed some punctuations for better comprehensibility. Added MIT license in the readme itself as its a popular practice. Opened as part of hacktoberfest. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab7fb0c..e399c4a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Then ``` $ vim default.json.example ``` -Input your bots token, the channel ID for your bot command channel, and the username & password for LBRYCrd -Rename the configuration file to "default.json" with +Input your bot's token, the channel ID for your bot command channel, and the username & password for LBRYCrd +. Then, Rename the configuration file to "default.json" with ``` $ mv default.json.example default.json @@ -58,3 +58,6 @@ Then run npm install from within lbry-tipbot directory npm install node ~/lbry-tipbot/bot/bot.js ``` + +## License +[MIT](https://github.com/lbryio/lbry-tipbot/blob/master/LICENSE)