From 67e1863c035bb456aee9bf804ef82cf2f3a2310a Mon Sep 17 00:00:00 2001 From: Mario Perron Date: Mon, 17 Aug 2026 11:11:51 -0400 Subject: [PATCH 1/2] Added comment in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e58be39d95..75bb881509 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ npm run dev _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! +Mario's version of Boot.dev's Notely app. From c80084ecad6a2c7cee198fc7896079b36c9a86ef Mon Sep 17 00:00:00 2001 From: Mario Perron Date: Mon, 17 Aug 2026 11:19:44 -0400 Subject: [PATCH 2/2] Removed comment in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 75bb881509..e58be39d95 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,3 @@ npm run dev _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! -Mario's version of Boot.dev's Notely app.