From 7da859bedf3f32de2563554e546e12edab6af2ef Mon Sep 17 00:00:00 2001 From: fluoridepsychosis Date: Thu, 25 Apr 2019 16:45:25 +0100 Subject: [PATCH] Update README.md --- modules/todo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/todo/README.md b/modules/todo/README.md index f4ddd40..326f3a5 100644 --- a/modules/todo/README.md +++ b/modules/todo/README.md @@ -6,11 +6,11 @@ Adds a to-do list function, allowing adding, tracking and removing tasks. ### Commands -#### todo +#### ~todo Lists active tasks. -#### todoadd [task] +#### ~todoadd [task] Adds a new task to the list. -#### tododone [number of task] +#### ~tododone [number of task] Removes task from the list.