From adc7bfe2ebafa5a804053047e0347561d2180dbf Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Mon, 22 Aug 2016 15:10:43 -0400 Subject: [PATCH] fix route --- getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/hello-world.md b/getting-started/hello-world.md index 3a1ce196..9c889fb6 100644 --- a/getting-started/hello-world.md +++ b/getting-started/hello-world.md @@ -99,7 +99,7 @@ Boot up the server by running the following command. vapor run serve ``` -You should see a message `Server starting...`. You can now visit `http://localhost:8080/plaintext` in your browser. +You should see a message `Server starting...`. You can now visit `http://localhost:8080/hello` in your browser. Note: Certain port numbers require super user access to bind. Simply run `sudo vapor run` to allow access. If you decide to run on a port besides `80`, make sure to direct your browser accordingly.