From 784da00708acd9189539baf796912e257e577db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 31 Aug 2020 19:09:23 -0300 Subject: [PATCH] Minor fix on line 29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ccf1e..142b16a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ From a design perspective the goal is to be the fastest, simplest, and cleanest - Support for due dates, which are formatted "due:YYYY-MM-DD". - Shortcuts to toggle completion, change priority, set due dates, and delete all selected tasks. - Archive completed tasks (to done.txt), either on command or automatically. -- Preserves Windows or Unix line endings in the todo.txt file for cross-platform compatability. +- Preserves Windows or Unix line endings in the todo.txt file for cross-platform compatibility. - Automatic update checking. - Displays general metadata (task counts, etc.) about the task list. - Undo/redo support.