From 13719db886e8830429dadecc075eef0b8212f043 Mon Sep 17 00:00:00 2001 From: Dana Badarneh Date: Sun, 22 Feb 2026 22:59:03 +0200 Subject: [PATCH 1/2] Add my version line to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bec0368b7..ee286a8d7ff 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! +Dana Badarneh's version of Boot.dev's Notely app. From 9dca63dd39309275f40f76c649ae9e98cd523095 Mon Sep 17 00:00:00 2001 From: Dana Badarneh Date: Sun, 22 Feb 2026 23:02:22 +0200 Subject: [PATCH 2/2] Add my version line to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee286a8d7ff..62ea4afd541 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ 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! Dana Badarneh's version of Boot.dev's Notely app. +Dana Badarneh's version of Boot.dev's Notely app.