1
0
mirror of https://github.com/actix/examples synced 2025-04-01 16:16:34 +02:00

Merge pull request #1009 from c-git/patch-1

docs: update folder name in cd command
This commit is contained in:
Rob Ede 2025-02-12 23:49:38 +00:00 committed by GitHub
commit 771b77eb59
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
```sh
cd security/rustls
cd https-tls/rustls
cargo run # (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443
```