README.md in omniauth-droom-0.1.0 vs README.md in omniauth-droom-0.1.1

- old
+ new

@@ -1,8 +1,18 @@ # OmniAuth Droom OAuth2 Strategy for OmniAuth 1.0 and the data room +# Usage + + require 'omniauth/strategies/droom' + config.omniauth :droom, ENV['droom_app_key'], ENV['droom_app_secret'] + +# Configuration + + ENV['droom_app_key'] + ENV['droom_app_secret'] + ENV['droom_host'] ## License Copyright (c) 2013 by William Ross for Spanner Ltd