Skip to content

Commit a087187

Browse files
authored
Update README.md
1 parent 8914863 commit a087187

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# TcpConnection_Lib
2-
This C# library contains a class for handling the TCP-connection. It provides methods for connecting to a TCP-server or creating your own. In addition, send and receive methods are implemented.
2+
This C# library contains a class for handling the TCP-connection. It provides methods for connecting to a TCP-server or creating your own. Also, send and receive methods are implemented.
33

44
### Installation
55
Either copy the class directly to your code or use the **.dll** provided in [Releases](https://github.com/dadul96/TcpConnection_Lib/releases).
66

77
### Requirements
8-
The .NET Framework Version of your project should be **4.7.2 or higher**, since this library is build for the .NET Standard 2.0.
8+
The .NET Framework Version of your project should be **4.7.2 or higher** since this library was build for the .NET Standard 2.0.
99

1010
### How to use
1111
Following methods can be called:

0 commit comments

Comments
 (0)