From a2a5c55d805f139a73ec52cb588759b1c8801ce0 Mon Sep 17 00:00:00 2001 From: Thayol Date: Tue, 6 Jul 2021 04:45:13 +0200 Subject: [PATCH] Updated README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b9af2f7..974dfbc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # To-Do List PHP A to-do list app that uses **unencrypted** files to store data. Not safe for anything else than self-hosted personal use. - It requires no external libraries and can run off of PHP's built-in server if needed. - Pull requests are welcome. - +## Description This is a to-do list that supports deadlines. It is a great way of organizing your thoughts and plans. @@ -26,7 +24,6 @@ it features categorization so that certain events can be viewed as distinct note Editing notes is possible, but just like the "snooze" button on alarms, there are quick-access buttons for delaying reminders by a day or a week. - ## Features - Users @@ -36,7 +33,6 @@ Editing notes is possible, but just like the "snooze" button on alarms, there ar - Quick delaying without manually editing - Friendly dates (Tomorrow, Yesterday, Next Tuesday, etc.) - ## Requirements - PHP 7.4.10 or higher