From 66690d0709e906ec018a2e055cffd1cd93ed313b Mon Sep 17 00:00:00 2001 From: Muhammad Zain Attiq <142875994+Muhammadzainattiq@users.noreply.github.com> Date: Fri, 26 Jan 2024 12:27:24 +0500 Subject: [PATCH] Update readme.md Replaced Calculator by Todo List which was mistakenly put there. --- NODE_PROJECTS/project03_todo_list/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NODE_PROJECTS/project03_todo_list/readme.md b/NODE_PROJECTS/project03_todo_list/readme.md index 3c0959db..743d1efe 100644 --- a/NODE_PROJECTS/project03_todo_list/readme.md +++ b/NODE_PROJECTS/project03_todo_list/readme.md @@ -1,7 +1,7 @@ # Todo List -# Simple Command Line Calculator +# Simple Command Line Todo List Develop a simple command line Todo app using [TypeScipt](https://www.typescriptlang.org/), [Node.js](https://nodejs.org/en/) and [Inquirer](https://www.npmjs.com/package/inquirer). -Create a GitHub repository for the project and submit its URL in the project submission form. \ No newline at end of file +Create a GitHub repository for the project and submit its URL in the project submission form.