summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-19 03:19:41 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-19 03:19:41 -0400
commitf9d8193e1bdce33716b109ac2aea879a8c9b1038 (patch)
tree790f71b09db212baee2a6c13033e57c978679ab8
parent0f645e7fa9187eadbbbf12941e2902cbb8b6af41 (diff)
downloadgetwtxt-f9d8193e1bdce33716b109ac2aea879a8c9b1038.tar.gz
updated readme
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f1896f..abe557f 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,9 @@
 
 twtxt registry written in Go. Still in very early development. I'm a bit
 obsessive over personal projects, though, so it should advance quickly.
+
+**Update 2019-05-19**
+  * I decided to branch off the registry utility functions into a library, 
+so that's what I've been working on the last few days. They are available
+at [github.com/getwtxt/registry](https://github.com/getwtxt/registry). Now
+that I've completed the library, I can return to this side of the project.