Skip to content

Commit

Permalink
typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mmen committed Mar 11, 2015
1 parent 35b5587 commit bde99d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Opauth-Slack
=============
[Opauth][1] strategy for Slack authentication.

Implemented based on https://github.com/Slack/bcx-api
Implemented based on https://api.slack.com/docs/oauth

Getting started
----------------
Expand All @@ -19,7 +19,7 @@ Getting started
```bash
{
"require": {
"t1mmen/opauth-Slack": "*"
"t1mmen/opauth-slack": "*"
}
}
```
Expand All @@ -30,7 +30,7 @@ Getting started

3. Configure Opauth-Slack strategy with at least `Client ID` and `Client Secret`.

4. Direct user to `http://path_to_opauth/Slack` to authenticate
4. Direct user to `http://path_to_opauth/slack` to authenticate

Strategy configuration
----------------------
Expand Down

0 comments on commit bde99d0

Please sign in to comment.