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