Skip to content

Commit

Permalink
Update code documentation.
Browse files Browse the repository at this point in the history
Add insruction to readme for Gemfile to require 'omniauth-slack'.
  • Loading branch information
ginjo committed Dec 15, 2018
1 parent c6d55e8 commit 6e68261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ While you're in the application settings, add a Redirect URL to your application
First start by adding this gem to your Gemfile:

```ruby
gem 'ginjo-omniauth-slack'
gem 'ginjo-omniauth-slack', require:'omniauth-slack'
```

Or specify the latest HEAD version from the ginjo repository:

```ruby
gem 'ginjo-omniauth-slack', git: 'https://github.com/ginjo/omniauth-slack'
gem 'ginjo-omniauth-slack', require:'omniauth-slack', git: 'https://github.com/ginjo/omniauth-slack'
```

Next, tell OmniAuth about this provider.
Expand Down

0 comments on commit 6e68261

Please sign in to comment.