Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/packages/php-modbus/commit/f96dffe848a2d7c6c3b36d06f810eae6dd994a6c?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix use stmts in readme

master
Ondřej Hruška 7 years ago
parent c6be1e064b
commit f96dffe848
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 4
      README.md

@ -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");

Loading…
Cancel
Save