README.md in omniauth-oauth2-1.0.0 vs README.md in omniauth-oauth2-1.0.1
- old
+ new
@@ -12,10 +12,10 @@
## Creating an OAuth2 Strategy
To create an OmniAuth OAuth2 strategy using this gem, you can simply
subclass it and add a few extra methods like so:
- require 'omniauth-oauth'
+ require 'omniauth-oauth2'
module OmniAuth
module Strategies
class SomeSite < OmniAuth::Strategies::OAuth2
# Give your strategy a name.