about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-27 00:15:39 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-27 00:15:39 -0400
commit06b4e506f0666d3f717398aa7a48d2b0106214fe (patch)
tree10ca031a6c4c40bea237560b87863619abc10035 /README.md
parenta6f47c07100be337f32325792990e58f5f4a3506 (diff)
downloadgetwtxt-06b4e506f0666d3f717398aa7a48d2b0106214fe.tar.gz
updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index f758cf8..61277a0 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,19 @@ twtxt registry written in Go!
 * Pushes to `LevelDB` at a configurable interval for data storage. 
 * Run directly facing the internet or behind `Caddy` / `nginx`.
 
+A public instance is currently available:
+* [twtxt.tilde.institute](https://twtxt.tilde.institute)
+
 ## Development Progress
 
-`ETA` 31 May 2019
+`ETA` 07 June 2019
 
 
 * [x] Types and Config
 * [x] HTTP Routing
 * [x] Registry Manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
 * [x] Request Handling
-* [x] Cache Management
-* [x] Persistent Data Storage
+* [x] Database and Caching
 * [ ] Refactor / Test / Debug
 * [ ] Documentation