1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

Correct path

This commit is contained in:
Kelly Thomas Kline 2018-05-20 18:20:47 -07:00 committed by GitHub
parent bd69eb83ef
commit 4d5e52940e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```