summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 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