From f96dffe848a2d7c6c3b36d06f810eae6dd994a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 14 Jul 2018 17:09:08 +0200 Subject: [PATCH] fix use stmts in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55749eb..5652a93 100644 --- a/README.md +++ b/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");