From 23fa9fb37715afa8cb7c5cf73a3816dc9841a2cb Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Sun, 9 Jul 2023 14:18:47 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9816d0..898e717 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ go build -o notely && ./notely *This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8000`. -You do not need to set up a database and any interactivity on the page yet. Instructions for that will come later in the course! +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!