From e4a1dc148f512603abf0879a52558ad59d942dc2 Mon Sep 17 00:00:00 2001 From: Kaylee Wong <68015911+whitesnowx@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:21:45 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2bc62c2411..0aeee0ab01 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,20 +35,20 @@ Luna is a desktop application for managing your tasks, optimized for usage via a #### View all your task entries: `list` Shows all your entries in the list.\ ---> Format: list\ +--> Format: `list` #### Add a to-do task: `todo` Add a task named `` with the **todo** task type.\ ---> Format: `todo` `` \ +--> Format: `todo` `` #### Add a task with a deadline: `deadline` Add a task named `` with the **deadline** task type and set its end date to be ``.\ ---> Format: `deadline` `` ``\ +--> Format: `deadline` `` `` #### Add an event: `event` Add a task named `` with the **event** task type and set its start date to `` and its end date to be ``.\ ---> Format: `event` `` `` `` \ +--> Format: `event` `` `` `` #### Mark a task as done: `mark` Mark a task in the list using its `index` in the list to show that a task is _done_.\