From 3f9dcfd77c12691ba87f551b7488c0de91aba5c3 Mon Sep 17 00:00:00 2001 From: Guilherme Baptista Date: Wed, 24 Aug 2016 16:15:07 -0300 Subject: [PATCH] Fix typo A comma missing in the sample code. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 4a05326d..ba1b90b6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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" )