mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
Merge pull request #77 from Gobiner/patch-1
add comma to getting-started
This commit is contained in:
commit
ad45f9e95a
@ -46,6 +46,6 @@ function is shortcut for `HttpServer::new`:
|
|||||||
That's it! Now, compile and run the program with `cargo run`.
|
That's it! Now, compile and run the program with `cargo run`.
|
||||||
Head over to ``http://localhost:8088/`` to see the results.
|
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
|
that recompiles on demand. To see how this can be accomplished have a look
|
||||||
at the [autoreload pattern](../autoreload/).
|
at the [autoreload pattern](../autoreload/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user