Skip to content

Commit df07ddf

Browse files
author
Michael Bleigh
committed
Merge branch 'master' of github.com:intridea/omniauth-openid
2 parents d9bfe9a + 8d58e64 commit df07ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Provides strategies for authenticating to providers using the OpenID standard.
1010

1111
Use the strategy as a middleware in your application:
1212

13-
require 'omniauth/openid'
13+
require 'omniauth-openid'
1414
require 'openid/store/filesystem'
1515

1616
use Rack::Session::Cookie
@@ -24,7 +24,7 @@ A list of all OpenID stores is available at http://github.com/openid/ruby-openid
2424

2525
If OpenID is one of several authentication strategies, use the OmniAuth Builder:
2626

27-
require 'omniauth/openid'
27+
require 'omniauth-openid'
2828
require 'openid/store/filesystem'
2929

3030
use OmniAuth::Builder do

0 commit comments

Comments
 (0)