From 008b20e94cd44297bd9103f5d7d620a511acdd51 Mon Sep 17 00:00:00 2001 From: Sawyer Date: Wed, 23 Jul 2025 01:27:19 -0500 Subject: [PATCH] docs: fix formatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 85ba8d3..d0d6c88 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ This proxy has no authentication, and I don't plan to add any (PRs welcome thoug ## TODO -[ ] Docker image -[ ] Send JS/CSS to the client -[ ] Custom Chromium binary locations -[ ] More CLI arguments to control ChromeDriver behavior -[ ] Error handling (404, 403, 429) -[ ] Screenshot endpoint -[ ] Allow custom headers -[ ] POST requests +- [ ] Docker image +- [ ] Send JS/CSS to the client +- [ ] Custom Chromium binary locations +- [ ] More CLI arguments to control ChromeDriver behavior +- [ ] Error handling (404, 403, 429) +- [ ] Screenshot endpoint +- [ ] Allow custom headers +- [ ] POST requests ## Similiar Projects