From db0a3679d85985537e3ac9b1d63de54a47fca59f Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Fri, 9 May 2025 13:39:28 -0400 Subject: [PATCH] update checklist formatting for github --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 7ae3be7..3e8cd46 100644 --- a/readme.md +++ b/readme.md @@ -65,11 +65,11 @@ There are three major things not taught in class that are core to this project. - [x] Finish code to build HTTP responses - [x] Get html file serving working - [x] Add flexible logging with variadic arguments -- ~~[ ] Make html page for uploading files~~ -- ~~[ ] Get POST requests working~~ -- ~~[ ] Implement file uploads (with restricted file types)~~ -- ~~[ ] Implement file indexing and serving a directory page~~ -- ~~[ ] Create basic templating engine for HTML working~~ +- [ ] ~~Make html page for uploading files~~ +- [ ] ~~Get POST requests working~~ +- [ ] ~~Implement file uploads (with restricted file types)~~ +- [ ] ~~Implement file indexing and serving a directory page~~ +- [ ] ~~Create basic templating engine for HTML working~~ - [ ] Publish as a portfolio project ## Known issues