From 5b16965361df7cccdeb3fa80fe0b45df212b5621 Mon Sep 17 00:00:00 2001 From: margratenjweng Date: Fri, 8 Aug 2025 23:12:41 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bec0368b..63dda9b715 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ go build -o notely && ./notely *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! +MARGRATENJWENG's version of Boot.dev's Notely app. From b19b647f4868478dc792d13d1335ad2926a7e200 Mon Sep 17 00:00:00 2001 From: margratenjweng Date: Sat, 9 Aug 2025 08:38:54 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63dda9b715..c5bfda8aad 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,5 @@ go build -o notely && ./notely 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! MARGRATENJWENG's version of Boot.dev's Notely app. +git add README.md +git commit -m "NARGRATENJWENG's version line to README.md"