README.markdown in omniauth_china-0.0.4.beta1 vs README.markdown in omniauth_china-0.0.4

- old
+ new

@@ -28,14 +28,13 @@ Run the generator to generate `xd_receiver.html` and include helper into ApplicationHelper: rails g omniauth_renren:install -Place the Renren Connect button on any page by simply call `omniauth_renren_connect_button` and `omniauth_renren_javascript`: +Place the Renren Connect button on any page by simply call `omniauth_renren_connect_button`: <%= omniauth_renren_connect_button %> - <%= omniauth_renren_javascript %> Route `/auth/renren` to the page that contain Renren Connect button: match '/auth/renren' => 'users#show' @@ -64,8 +63,8 @@ } } The `user_info` hash will automatically be populated with as much information about the user as OmniAuth was able to pull from the given API or authentication provider. -## TODO +## TOTO Write better tests!! \ No newline at end of file