Skip to content

Commit 3a864ae

Browse files
committed
Update README.md
1 parent a1106fa commit 3a864ae

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
@@ -308,7 +308,7 @@ You can now use the `getApi()` method to create and get a specific Redmine API.
308308
<?php
309309

310310
$client->getApi('user')->list();
311-
$client->getApi('user')->listing();
311+
$client->getApi('user')->listLogins();
312312

313313
$client->getApi('issue')->create([
314314
'project_id' => 'test',

0 commit comments

Comments
 (0)