From cf8a014f82288d6beb44600d81203f40575892e9 Mon Sep 17 00:00:00 2001 From: Diego Castillo Date: Tue, 17 Feb 2026 17:32:31 +0100 Subject: [PATCH] Add personal signature to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2bec0368b7..36d9d0ce5f3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Run the server: go build -o notely && ./notely ``` +Diego's version of Boot.dev's Notely app. + *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!