diff --git a/README.md b/README.md
index b8df269..acf7c87 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# SLACK CLAPBACK
- ADD👏🏾SOME👏🏾SASS👏🏾TO👏🏾YOUR👏🏾SENTENCE!👏🏾
+
ADD👏🏾SOME👏🏾SASS👏🏾TO👏🏾YOUR👏🏾SENTENCE!👏🏾
diff --git a/routes/slackv1-router.js b/routes/slackv1-router.js
index 9aa4027..79c65b7 100644
--- a/routes/slackv1-router.js
+++ b/routes/slackv1-router.js
@@ -25,7 +25,7 @@ slackv1Router.get('/auth', (req,res) => {
.then(data => {
console.log(data)
data.access_token ?
- res.redirect('https://github.com/mtliendo/slack-clapback')
+ res.redirect('https://github.com/mtliendo/slack-clapback/blob/master/README.md')
: res.json({error: 'no authentication given'})
})
.catch(e => console.log(e))