1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Add heading to auto-reloading bit

This makes it a bit more visually distinguished from the paragraph before. I think that's a good thing as it's essentially a completely separate topic.
This commit is contained in:
Sven-Hendrik Haase 2019-08-05 17:29:01 +02:00 committed by GitHub
parent a03b91023c
commit e3b3a7ebbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,11 @@ accepts a function that should return an application factory.
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
that recompiles on demand. To see how this can be accomplished have a look
at the [autoreload pattern][autoload].
### Auto-reloading
If you want, you can have an automatically reloading server during development
that recompiles on demand. This isn't necessary, but it makes rapid prototyping
more convenient as you can see changes instantly upon saving.
To see how this can be accomplished, have a look at the [autoreload pattern][autoload].
[autoload]: ../autoreload/