Skip to content

Commit d31721f

Browse files
committed
Update README.md
1 parent ac7cafa commit d31721f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This method works on PHP versions as old as PHP 5.3 (and up), as its socket API
7676

7777
#### createReceiver()
7878

79-
The `createSender($address)` method can be used to create a socket capable of receiving incoming multicast datagrams and sending outgoing unicast or multicast datagrams. It returns a [`Socket`](#socket) instance.
79+
The `createReceiver($address)` method can be used to create a socket capable of receiving incoming multicast datagrams and sending outgoing unicast or multicast datagrams. It returns a [`Socket`](#socket) instance.
8080

8181
```php
8282
$socket = $factory->createReceiver('224.10.20.30:4050');

0 commit comments

Comments
 (0)