Skip to content

Commit 3998345

Browse files
committed
Renamed method to be consistent.
1 parent d16831e commit 3998345

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
@@ -49,7 +49,7 @@ $serviceFactory = new ServiceFactory($context);
4949
This code sends a simple ping to the nameapi server to test the connection:
5050

5151
```php
52-
$pinger = $serviceFactory->systemServices()->pingerService();
52+
$pinger = $serviceFactory->systemServices()->pinger();
5353
$pong = $pinger->ping();
5454
```
5555

0 commit comments

Comments
 (0)