diff --git a/tls/README.md b/tls/README.md index 1bc9ba3b..3ca48a79 100644 --- a/tls/README.md +++ b/tls/README.md @@ -5,7 +5,7 @@ ### server ```bash -cd actix-web/examples/tls +cd examples/tls cargo run (or ``cargo watch -x run``) # Started http server: 127.0.0.1:8443 ```