Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
A comma missing in the sample code.
  • Loading branch information
gbaptista authored Aug 24, 2016
1 parent 7b25f09 commit 3f9dcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Here is a more complicated configuration showing most of the configuration optio
:username_session_key => :cas_user,
:extra_attributes_session_key => :cas_extra_attributes,
:logger => cas_logger,
:enable_single_sign_out => true
:enable_single_sign_out => true,
:service_url => "https://mysite.service.com"
)

Expand Down

0 comments on commit 3f9dcfd

Please sign in to comment.