summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-22 00:29:46 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-22 00:29:46 -0400
commite0bacf4df35f6dbd73559093387763bb909df5b1 (patch)
tree05dbd7777f8b67a49b31f279fd803ed7f8d71449
parent37be25ffddafdf5b7ed4c86b25e3e1ad3a6b3362 (diff)
downloadgetwtxt-e0bacf4df35f6dbd73559093387763bb909df5b1.tar.gz
updated readme
-rw-r--r--README.md7
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
 
>127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179