From 425b61258c0a988e2f6cacdb6b40d1f88626a6a3 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <jkowalsk@student.agh.edu.pl>
Date: Sun, 06 Sep 2015 14:58:12 +0000
Subject: [PATCH] Fix code sample in README

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 6944647..a87b907 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@
 or second argument of the constructor:
 
 ```php
-$cas = new uphpCAS('https://cas.server.local/cas'),
+$cas = new uphpCAS('https://cas.server.local/cas',
 	'https://service.local/subpage');
 ```
 

--
Gitblit v1.9.1