diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-19 03:19:41 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-19 03:19:41 -0400 |
commit | f9d8193e1bdce33716b109ac2aea879a8c9b1038 (patch) | |
tree | 790f71b09db212baee2a6c13033e57c978679ab8 /README.md | |
parent | 0f645e7fa9187eadbbbf12941e2902cbb8b6af41 (diff) | |
download | getwtxt-f9d8193e1bdce33716b109ac2aea879a8c9b1038.tar.gz |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
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. |