From 3b65ae861b34315a5b80824ed0bc5ca684fbd2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:24:45 -0500 Subject: [PATCH] docs: update folder name in cd command --- https-tls/rustls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/https-tls/rustls/README.md b/https-tls/rustls/README.md index c4b88765..c1af9895 100644 --- a/https-tls/rustls/README.md +++ b/https-tls/rustls/README.md @@ -28,7 +28,7 @@ let mut keys = rsa_private_keys(key_file).unwrap(); // rsa ### Running the Example Server ```sh -cd security/rustls +cd https-tls/rustls cargo run # (or ``cargo watch -x run``) # Started http server: 127.0.0.1:8443 ```