From 2068b3560c4e109e8a668b2c9a6cf98a0a4b9cf2 Mon Sep 17 00:00:00 2001 From: chetankachaliya <43610434+chetankachaliya@users.noreply.github.com> Date: Sat, 27 Oct 2018 22:57:56 +0530 Subject: [PATCH] fixed typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a96e34..d005701 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Todo_application -A basic Todo application made using javascript in which the user can create a to-do list. Add new todos, strikeout the ones completed, and delete selected ones/ all entries from the list. +A basic Todo application made using javascript in which user can create a to-do list. Add new todos, strikeout the ones completed, and delete selected ones/ all entries from the list.