From e5025dab1db8b9bf0bd338a2fbe1ef9cc8361ec1 Mon Sep 17 00:00:00 2001 From: skovranek <59619403+skovranek@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:03:36 -0500 Subject: [PATCH] missed another 8000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ffb6d..acf774d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Run the server: go build -o notely && ./notely ``` -*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8000`. +*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8080`. You do *not* need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!