aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76e1be2..be1fce1 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Follow the steps:
The program currently has/lacks the following functionality:
-- [ ] A GET endpoint (/todos) to list “to do’s”.
+- [x] A GET endpoint (/todos) to list “to do’s”.
- **Include pagination.** Pages should be of 10 elements.
- [x] Sort by priority and/or due date
- [x] Filter the list of "to do's".