1
0
mirror of https://github.com/actix/examples synced 2025-02-17 15:23:31 +01:00

Correct path

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

View File

@ -7,7 +7,7 @@ Multipart's `Getting Started` guide for Actix web
### server ### server
```bash ```bash
cd actix-web/examples/multipart cd examples/multipart
cargo run (or ``cargo watch -x run``) cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080 # Started http server: 127.0.0.1:8080
``` ```