From 546811a81eaad3eb4eedd0e878d016d6c08753af Mon Sep 17 00:00:00 2001 From: Ehsan Huq Date: Fri, 12 Jun 2026 18:48:23 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e58be39d95..d90411a684 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! +Ehsan's version of Boot.dev's Notely app From 42bc81a08b6a9fe684c74332dba53beda55de5cf Mon Sep 17 00:00:00 2001 From: Ehsan Huq Date: Fri, 12 Jun 2026 19:01:19 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90411a684..ad6e2f8a03 100644 --- a/README.md +++ b/README.md @@ -22,4 +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! -Ehsan's version of Boot.dev's Notely app +Ehsan's version of Boot.dev's Notely app.