Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimarco committed Nov 22, 2011
1 parent 8218219 commit e15ead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The omniauth_crowd library is an OmniAuth provider that supports authentication

== Install and use

=== 1. Add the Authlogic Crowd REST plugin to your Gemfile
=== 1. Add the OmniAuth Crowd REST plugin to your Gemfile
gem 'oa-core' # We depend on this
gem "omniauth_crowd", :require=>'omniauth/crowd' # Need the require to bring in the right files
gem "omniauth_crowd"

=== 2. You will need to configure OmniAuth to use your crowd authentication. This is generally done in Rails in the config/initializers/omniauth.rb with...

Expand Down

0 comments on commit e15ead1

Please sign in to comment.