Skip to content

Commit c6a3f3c

Browse files
Fix incorrect gem declaration statement
1 parent b7ee3d7 commit c6a3f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Using `Gemfile`
1919
gem 'ruby-saml', '~> 0.8.1'
2020

2121
# or track master for bleeding-edge
22-
gem 'ruby-saml', git: 'onelogin/ruby-saml'
22+
gem 'ruby-saml', :github => 'onelogin/ruby-saml'
2323
```
2424

2525
Using Bundler

0 commit comments

Comments
 (0)