From cf3870d87363bf780158a094d24562a3da37c542 Mon Sep 17 00:00:00 2001 From: theNextUsername <67705304+theNextUsername@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:16:00 -0500 Subject: [PATCH] Update Readme.md Fixed typos --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 6728897..f96e7e0 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ Having worked many years on HTTP frameworks, I really think that we can do something better in SIP. ## How -It is built in Rust because that's a low lever, thread safe, performant language +It is built in Rust because that's a low level, thread safe, performant language that I know well. It's built based on traits+generics, so that anything can be overriden at your will. @@ -30,10 +30,10 @@ extension or service that is needed (like Registrar, Auth, Push notifications ## Progress - [x] SIP general purpose library/parser with types -- [ ] SDP general purpose library/parser with type +- [ ] SDP general purpose library/parser with types - [x] Transport layer - - [x] Udp transport - - [ ] Tcp transport + - [x] UDP transport + - [ ] TCP transport - [ ] WS transport - [x] Transaction layer - [x] Invite transaction + impl