mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2015-09-06 425b61258c0a988e2f6cacdb6b40d1f88626a6a3
Fix code sample in README
1 files modified
2 ■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
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');
```