From 4077a6da081f51e10f67682c012fc4cacdd09790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 12 Dec 2023 22:44:06 +0100 Subject: [PATCH] Fix unordered lists in README --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 19ab9a21f..52a97827a 100644 --- a/README.rst +++ b/README.rst @@ -53,14 +53,14 @@ Features - minimal TLS 1.3 implementation conforming with `RFC 8446`_ - QUIC stack conforming with `RFC 9000`_ - * IPv4 and IPv6 support - * connection migration and NAT rebinding - * logging TLS traffic secrets - * logging QUIC events in QLOG format + * IPv4 and IPv6 support + * connection migration and NAT rebinding + * logging TLS traffic secrets + * logging QUIC events in QLOG format - HTTP/3 stack conforming with `RFC 9114`_ - * server push support - * WebSocket bootstrapping conforming with `RFC 9220`_ - * datagram support conforming with `RFC 9297`_ + * server push support + * WebSocket bootstrapping conforming with `RFC 9220`_ + * datagram support conforming with `RFC 9297`_ Requirements ------------