From 7145c3cbd03ab33817f971046277fd2cfc223881 Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Sat, 7 Sep 2024 02:36:19 -0400 Subject: [PATCH] Make feature list into a list. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 972475d..09d6cf0 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A lightweight {paste,file}bin alternative written in Golang. ## Feature List (so far...) -[x] Post/read functionality -[ ] Delete (and edit?) functionality -[x] Syntax highlighting -[ ] API key authentication / loose user management -[ ] CLI upload / management functionality \ No newline at end of file +- [x] Post/read functionality +- [ ] Delete (and edit?) functionality +- [x] Syntax highlighting +- [ ] API key authentication / loose user management +- [ ] CLI upload / management functionality \ No newline at end of file