Fix code example in Readme

This commit is contained in:
Dan Palmer 2017-05-22 23:08:54 +01:00 committed by Sid Raval
parent 1dcbb2dbc1
commit ae7b625c0b

View File

@ -35,7 +35,7 @@ instance YesodAuth App where
authPlugins _ =
[oauth2SlackScoped clientId clientSecret slackScopes]
where
slackScopes = [SlackEmailScope, SlackAvatarScope, ScopeSlackTeamScope]
slackScopes = [SlackEmailScope, SlackAvatarScope, SlackTeamScope]
clientId :: Text
clientId = "..."