From 46084c5cc821151442380f3a92a46f7dd239be02 Mon Sep 17 00:00:00 2001 From: Alex Sharp Date: Fri, 25 May 2018 17:50:42 -0700 Subject: [PATCH] Fix incorrect instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8892e44..fe5b474 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using [Devise](https://github.com/plataformatec/devise) then it will Devise.setup do |config| # other stuff... - config.omniauth :slack, ENV['SLACK_APP_ID'], ENV['SLACK_APP_SECRET'], scope: 'identity.basic' + config.omniauth :slack, ENV['SLACK_CLIENT_ID'], ENV['SLACK_CLIENT_SECRET'], scope: 'identity.basic' # other stuff... end