diff --git a/README.md b/README.md index fba6f58..fb8e5c2 100644 --- a/README.md +++ b/README.md @@ -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 = "..."