From 1c45bb6e8beb02624123f910b7f6d22d2786dd42 Mon Sep 17 00:00:00 2001 From: gauravchawhan <44530022+gauravchawhan@users.noreply.github.com> Date: Sat, 27 Oct 2018 23:10:08 +0530 Subject: [PATCH] fixed typos, updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a96e34..a538610 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 the user can create a to-do list. Add new todos, strikeout the ones completed, and delete selected ones/ all entries from the list once done.