Skip to content

Commit 8d58e64

Browse files
author
Michael Bleigh
committed
Merge pull request #4 from whilefalse/master
Changed readme to correct require path
2 parents 7f00d8b + b5469cf commit 8d58e64

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)