Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Signatures:

Example non-SSL server:
``` c#
ITcpNETServer server = new TcpNETServer(new ParamsTcpServer(8989, "\r\n", connectionSuccesString:"Connected Successfully"));
ITcpNETServer server = new TcpNETServer(new ParamsTcpServer(8989, "\r\n", connectionSuccessString:"Connected Successfully"));
```

Example SSL server:
Expand Down Expand Up @@ -658,4 +658,4 @@ Example:
### **Additional Information**
[**Tcp.NET**](https://www.github.com/liveordevtrying/tcp.net) was created by [**Rob Engel**](https://www.robthegamedev.com) - [**LiveOrDevTrying**](https://www.liveordevtrying.com) - and is maintained by [**Pixel Horror Studios**](https://www.pixelhorrorstudios.com). [**Tcp.NET**](https://www.github.com/liveordevtrying/tcp.net) is currently implemented in (but not limited to) the following projects: [**The Monitaur**](https://www.themonitaur.com), [**Allie.Chat**](https://allie.chat), and [**Gem Wars**](https://www.pixelhorrorstudios.com) *(currently in development)*. It is used in the following packages: [**WebsocketsSimple**](https://github.com/LiveOrDevTrying/WebsocketsSimple), [**NTier.NET**](https://github.com/LiveOrDevTrying/NTier.NET), and [**The Monitaur**](https://www.themonitaur.com).

![Pixel Horror Studios Logo](https://pixelhorrorstudios.s3-us-west-2.amazonaws.com/Packages/PHS.png)
![Pixel Horror Studios Logo](https://pixelhorrorstudios.s3-us-west-2.amazonaws.com/Packages/PHS.png)