From 1305c0d79ad70b9db16f54ef5bc92d0bd13ce631 Mon Sep 17 00:00:00 2001 From: Aaron Rice Date: Fri, 1 Mar 2019 21:42:52 -0800 Subject: [PATCH] add comma to getting-started --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 0abbc43..b0833e6 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -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/).