1
0
mirror of https://github.com/actix/examples synced 2025-02-13 14:02:19 +01:00

docs: update folder name in cd command

This commit is contained in:
Onè 2025-02-12 18:24:45 -05:00 committed by GitHub
parent 23efe562c3
commit 3b65ae861b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ let mut keys = rsa_private_keys(key_file).unwrap(); // rsa
### Running the Example Server ### Running the Example Server
```sh ```sh
cd security/rustls cd https-tls/rustls
cargo run # (or ``cargo watch -x run``) cargo run # (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443 # Started http server: 127.0.0.1:8443
``` ```