Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added language hint for code example.
  • Loading branch information
Derek Lindahl committed Apr 12, 2012
1 parent f9f3f3e commit e9ffbae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -28,9 +28,11 @@ Or install it yourself as:

Use like any other OmniAuth strategy:

Rails.application.config.middleware.use OmniAuth::Builder do
provider :cas, :host => 'cas.yourdomain.com'
end
```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :cas, :host => 'cas.yourdomain.com'
end
```

OmniAuth CAS requires at least one of the following two configuration options:

Expand Down

0 comments on commit e9ffbae

Please sign in to comment.