readme: cleanup

This commit is contained in:
2021-01-25 03:29:30 +03:00
parent 0ba02103ef
commit ccb4200110

View File

@ -44,7 +44,7 @@ Usage
### Publish
```php
use Nsq\Producer;use function Amp\Promise\timeout;
use Nsq\Producer;
$producer = new Producer(address: 'tcp://nsqd:4150');