README.rdoc in authlogic-oauth-1.0.4 vs README.rdoc in authlogic-oauth-1.0.5

- old
+ new

@@ -4,18 +4,18 @@ == Helpful links * <b>Authlogic:</b> http://github.com/binarylogic/authlogic * <b>OAuth Example Project:</b> http://github.com/jrallison/authlogic_example/tree/with-oauth -* <b>Live example with Twitter:</b> http://authlogic-oauth.heroku.com/ +* <b>Live example with Twitter:</b> http://authlogic-oauth.heroku.com == Install and use === 1. Install Authlogic and setup your application - <b>Authlogic:</b> http://github.com/binarylogic/authlogic - <b>Authlogic Example:</b> http://github.com/binarylogic/authlogic_example +* <b>Authlogic:</b> http://github.com/binarylogic/authlogic +* <b>Authlogic Example:</b> http://github.com/binarylogic/authlogic_example === 2. Install OAuth and Authlogic_Oauth $ sudo gem install oauth $ sudo gem install authlogic-oauth @@ -87,10 +87,10 @@ end === 6. Add login and register buttons to your views <%= oauth_register_button :value => "Register with Twitter" %> - <%= oauth_register_button :value => "Login with Twitter" %> + <%= oauth_login_button :value => "Login with Twitter" %> That's it! The rest is taken care of for you. = Here are some next steps for the plugin.