From 22342fb86fac562a94561cece44223cb52444b8c Mon Sep 17 00:00:00 2001 From: Tochemey Date: Sat, 11 May 2024 16:51:43 +0100 Subject: [PATCH] docs: fix formatting --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 049c74b..1648281 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ ## Introduction DotNetFreeSwitch is a socket library that helps interact with the FreeSwitch via its [mod_event_socket](https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket). -It has been written to run both on .Net8, .Net7 and .Net6 as well. The library is written using [DotNetty](https://github.com/Azure/DotNetty). +It has been written to run both on .Net8 .Net7 and .Net6 as well. The library is written using [DotNetty](https://github.com/Azure/DotNetty). ## Features