fix use stmts in readme

This commit is contained in:
2018-07-14 17:09:08 +02:00
parent c6be1e064b
commit f96dffe848
+2 -2
View File
@@ -31,8 +31,8 @@ Implementation of the basic functionality of the Modbus TCP and UDP based protoc
## Example
```php
use MightyPork\PHPModbus\ModbusMaster;
use MightyPork\PHPModbus\PhpType;
use PHPModbus\ModbusMaster;
use PHPModbus\PhpType;
// Modbus master UDP
$modbus = new ModbusMaster("192.168.1.1", "UDP");