From 5393c21c4f9038f2ad1cbeac3edf3d0d2c540f39 Mon Sep 17 00:00:00 2001 From: Melanie Riise Date: Sat, 29 Apr 2023 03:48:15 -0700 Subject: [PATCH] webtransport: fix grammar (#546) --- webtransport/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtransport/README.md b/webtransport/README.md index 08f58a3..d20916a 100644 --- a/webtransport/README.md +++ b/webtransport/README.md @@ -48,8 +48,8 @@ WebTransport multiaddresses are composed of a QUIC multiaddress, followed by `/w Examples: * `/ip4/192.0.2.0/udp/443/quic/webtransport` (when using a CA-signed certificates) -* `/ip4/192.0.2.0/udp/1234/quic/webtransport/certhash/` (when using single self-signed certificates) -* `/ip6/fe80::1ff:fe23:4567:890a/udp/1234/quic/webtransport/certhash//certhash//certhash/` (when using single self-signed certificates) +* `/ip4/192.0.2.0/udp/1234/quic/webtransport/certhash/` (when using a single self-signed certificate) +* `/ip6/fe80::1ff:fe23:4567:890a/udp/1234/quic/webtransport/certhash//certhash//certhash/` (when using multiple self-signed certificates) ## WebTransport HTTP endpoint