1
0
mirror of https://github.com/actix/actix-website synced 2025-02-02 12:19:04 +01:00

add comma to getting-started

This commit is contained in:
Aaron Rice 2019-03-01 21:42:52 -08:00 committed by GitHub
parent b15d1a1437
commit 1305c0d79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,6 @@ function is shortcut for `HttpServer::new`:
That's it! Now, compile and run the program with `cargo run`.
Head over to ``http://localhost:8088/`` to see the results.
If you want you can have an automatic reloading server during development
If you want, you can have an automatic reloading server during development
that recompiles on demand. To see how this can be accomplished have a look
at the [autoreload pattern](../autoreload/).