From 79c85f4bf532700f45227504fcd982c31ceb4ac4 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 4 Apr 2022 10:21:53 -0500 Subject: [PATCH] Fixed bullet points --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.25.1