1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Fix directory names on READMEs (#220)

This commit is contained in:
Yuki Okushi
2019-12-26 19:37:34 +09:00
committed by GitHub
parent d88d5fb2bc
commit 81cc44dd99
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
### server
```bash
cd examples/tls
cd examples/openssl
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443
```