From bb4f5c82df10ac3d540a8ed8b1dd3e3cd4ffeffa Mon Sep 17 00:00:00 2001 From: luosheng Date: Sun, 12 Feb 2023 08:42:47 +0800 Subject: [PATCH] Readme Fix --- Modbus.Net/Modbus.Net/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modbus.Net/Modbus.Net/README.md b/Modbus.Net/Modbus.Net/README.md index 67336e3..c3f7e61 100644 --- a/Modbus.Net/Modbus.Net/README.md +++ b/Modbus.Net/Modbus.Net/README.md @@ -79,7 +79,7 @@ Translate address from string to definite address. Combine duplicated addresses to organized addresses, each organized addresses communicate once to a device. -## Tutorial +## Tutorial This platform has three level APIs that you could use: Low level API called "BaseUtility"; Middle level API called "BaseMachine"