diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-21 22:06:23 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-21 22:06:23 -0400 |
commit | 9064606b97f1eb7a5dcdd37703411a4425e5cd0a (patch) | |
tree | 9cb6e3266c603bee5239d60a577ecae6b3eac82b | |
parent | bded77fe18a8acb6397835a836ac68f7435bf3d4 (diff) | |
download | getwtxt-9064606b97f1eb7a5dcdd37703411a4425e5cd0a.tar.gz |
update tasklist
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index ad5e7ba..4cbfdd2 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Checks indicate steps I've finished. The first blank box is what I'm working on. * [x] Handlers stubbed out * [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry)) * [x] Request handling -* [ ] Cache management details -* [ ] Persistent data storage +* [x] Cache management details +* [x] Persistent data storage * [ ] Catch up on tests / Concurrency safety checks * [ ] Refactor and optimize |