diff --git a/README.md b/README.md index 97dcbce..88e7252 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Implementation of Siemens S7 protocol in golang Overview ------------------- -Since years, there are tons of driver/connector in both commercial and open source that support to connect to S7 family PLC devices. GoS7 is just simple missing pieces in S7 protocol which implementing in with pure Go(aka golang) with a strongly faith that the low-level communication would be impelemented by low-level programming language which proximity to binary and memory. +For years, numerous drivers/connectors, available in both commercial and open source domains, have supported the connection to S7 family PLC devices. GoS7 fills the gaps in the S7 protocol, implementing it with pure Go (also known as golang). There is a strong belief that low-level communication should be implemented with a low-level programming language that is close to binary and memory. -The minimum supported go version is 1.13. +The minimum supported Go version is 1.13. Functions -------------------