diff --git a/Readme.md b/Readme.md index 90d1ced..82f6f17 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # NetTcp +[![CI](https://github.com/OlivierLDff/NetTcp/actions/workflows/main.yml/badge.svg)](https://github.com/OlivierLDff/NetTcp/actions/workflows/main.yml) + NetTcp provide a Tcp `Server` that create Tcp `Socket` for each incoming connections for server side. A `Socket` can also be used on client side to connect to a remote server. @@ -32,4 +34,4 @@ Checkout the documentation to learn how to use **NetTcp**: ## Authors -* [Olivier Le Doeuff](https://github.com/OlivierLDff) \ No newline at end of file +* [Olivier Le Doeuff](https://github.com/OlivierLDff)