Skip to content

Commit

Permalink
Typos/Formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridindie committed Nov 29, 2010
1 parent 9bcf7eb commit fddc878
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -44,9 +44,8 @@ OAuth Applications @ Facebook, Twitter and / or Github are supported out of the
5. Site domain: your-computer.local / your-site.com respectively

Copy the Application ID / Application Secret to the config/initializers/devise.rb line for facebook
`config.omniauth :facebook, "[App_ID]", "[App_Secret]"`

Facebook should now work as an auth source
`config.omniauth :facebook, "[App_ID]", "[App_Secret]"`

### Twitter

Expand All @@ -60,6 +59,7 @@ Facebook should now work as an auth source
6. Save Application

Copy the Consumer Key and Consumer Secret to the config/initializers/devise.rb line for twitter

`config.omniauth :twitter, "[Consumer Key]", "[Consumer Secret]"`

### Github
Expand All @@ -72,6 +72,7 @@ Copy the Consumer Key and Consumer Secret to the config/initializers/devise.rb l
4. Click Create

Copy the Client ID and Secret to the config/initializers/devise.rb line for github

`config.omniauth :github, "[Client ID]", "Secret"`

> This is not a listed Github item. To View and / or edit your applications goto [http://github.com/account/applications/]([http://github.com/account/applications/])
Expand All @@ -94,4 +95,4 @@ Adding your own Auth Source
> Coming Soon

Copyright (c) 2010 [name of extension creator], released under the New BSD License
Copyright (c) 2010 John Brien Dilts, released under the New BSD License

0 comments on commit fddc878

Please sign in to comment.