diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index 4cbfdd2..d06628f 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,16 @@ twtxt registry written in Go. Still in development. ## Progress -Checks indicate steps I've finished. The first blank box is what I'm working on. +The first blank box is what I'm working on. * [x] Types and basic init/config * [x] HTTP routing -* [x] Handlers stubbed out * [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry)) * [x] Request handling * [x] Cache management details * [x] Persistent data storage -* [ ] Catch up on tests / Concurrency safety checks -* [ ] Refactor and optimize +* [ ] Refactor / Test +* [ ] Help flag / Documentation ## Notes |