From 85fd395450f62e16eb63091f72898366289d64f8 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 19 Jun 2025 00:50:47 -0700 Subject: [PATCH] fix misspelling of example... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5cad69..09ffdc4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ntunnel quic_serv -k example.key -c example.crt udp:192.0.2.5:12322 tcp:127.0.0. Run client: ``` -ntunnel quic_client --ca-certs funkthat.crt tcp:127.0.0.1:42720 udp:192.0.2.5:12322 +ntunnel quic_client --ca-certs example.crt tcp:127.0.0.1:42720 udp:192.0.2.5:12322 ``` Running Tests