From d1e892dd98dc4ab5ff48c38a0ee708c7ec6845e5 Mon Sep 17 00:00:00 2001 From: David Allen Date: Sat, 20 Sep 2025 15:25:20 -0600 Subject: [PATCH] docs: removed some TODO entries --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ce09ce..b6b6a6b 100644 --- a/README.md +++ b/README.md @@ -239,9 +239,5 @@ Profiles can be created using JSON and only require an `id` with optional `data` There are some features still missing that will be added later. -1. Running `makeshift` locally with profiles and plugins -2. Plugin to add user data for one-time use without creating a profile -3. Optionally build plugins directly into the main driver -4. Protected routes that require authentication -5. Configuration file for persistent runs -6. `Dockerfile` and `docker-compose.yml` files to build containers \ No newline at end of file +1. Optionally build plugins directly into the main driver +2. Protected routes that require authentication