From 454bbdee7aec0b635055696bc1deea703bafa7b8 Mon Sep 17 00:00:00 2001 From: CoalUnicorn Date: Thu, 27 Jun 2019 22:18:11 +0100 Subject: [PATCH] Update README typo in dev server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5967af..a8eaf71 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ `cargo install --force cargo-make` Run `cargo make all` in a terminal to build the app, and `cargo make serve` to start a dev server -on `127.0.0.0:8000`. +on `127.0.0.1:8000`. If you'd like the compiler automatically check for changes, recompiling as needed, run `cargo make watch` instead of `cargo make all`.