Skip to content

Commit 0451680

Browse files
committed
Merge branch 'master' of github.com:scriptotek/php-sru-client
2 parents a9a2c29 + 0bc8e6e commit 0451680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $client = new SruClient($url, array(
3737
'schema' => 'marcxml',
3838
'version' => '1.1',
3939
'user-agent' => 'OpenKat/0.1'
40-
);
40+
));
4141

4242
$records = array();
4343
$response = $client->search('dc.title="Hello world"');

0 commit comments

Comments
 (0)