diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-22 00:29:46 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-22 00:29:46 -0400 |
commit | e0bacf4df35f6dbd73559093387763bb909df5b1 (patch) | |
tree | 05dbd7777f8b67a49b31f279fd803ed7f8d71449 /README.md | |
parent | 37be25ffddafdf5b7ed4c86b25e3e1ad3a6b3362 (diff) | |
download | getwtxt-e0bacf4df35f6dbd73559093387763bb909df5b1.tar.gz |
updated readme
Diffstat (limited to 'README.md')
-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 |