From: Brendan Hansen Date: Mon, 4 Apr 2022 15:21:53 +0000 (-0500) Subject: Fixed bullet points X-Git-Tag: v0.0.1~4 X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=79c85f4bf532700f45227504fcd982c31ceb4ac4;p=onyx_net.git Fixed bullet points --- diff --git a/README.md b/README.md index afb5049..e2a9431 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ transferred in a different way, or chunked up by the application layer. Currently, these features are not supported: -[ ] Bundle acknowledgement messages together. +- [ ] Bundle acknowledgement messages together. -[ ] Packets are not necessarily sequenced. A dropped packet followed +- [ ] Packets are not necessarily sequenced. A dropped packet followed by a successful packet with be out of order. -[x] Framemented reliable data. +- [x] Framemented reliable data.