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.
ommitter Kartik K. Agaram <vc@akkartik.com> 2015-04-22 19:28:44 -0700 1139' href='/akkartik/mu/commit/cpp/termbox/input.inl?h=hlt&id=9a31c34f0f2aab901be29e0844ae2fcb9b3f4a13'>9a31c34f ^
9ba313ab ^

5f128523 ^
9a31c34f ^

5f128523 ^
9a31c34f ^










5f128523 ^

8e7827df ^
5f128523 ^
9a31c34f ^



5f128523 ^
9a31c34f ^










8e7827df ^




9a31c34f ^

5f128523 ^
9a31c34f ^

5f128523 ^
9a31c34f ^









5f128523 ^
9a31c34f ^
5f128523 ^
9a31c34f ^







5f128523 ^
9a31c34f ^


5f128523 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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