summary refs log tree commit diff stats
path: root/assets/tmpl/index.html
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-04 01:46:53 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-04 01:46:53 -0400
commit1eae520261703724225fdea80b9d1b53182ddeac (patch)
tree9997d720da9bed92655b800228a8bc53353aa1bd /assets/tmpl/index.html
parent3df037d0a9d763256508092f3b0c7362b22431e2 (diff)
downloadgetwtxt-1eae520261703724225fdea80b9d1b53182ddeac.tar.gz
minor correction in landing page query output example
Diffstat (limited to 'assets/tmpl/index.html')
-rw-r--r--assets/tmpl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/tmpl/index.html b/assets/tmpl/index.html
index dea649c..c6cc6a9 100644
--- a/assets/tmpl/index.html
+++ b/assets/tmpl/index.html
@@ -72,7 +72,7 @@ foo_barrington    https://example3.com/twtxt.txt    2019-02-26T11:06:44.000Z
 foo    https://example.com/twtxt.txt    2019-02-26T11:06:44.000Z    @&lt;foo_barrington https://example3.com/twtxt.txt&gt; Hey!! Are you still working on that project?</code></pre>
       <p>Get all tweets with tags:</p>
         <pre><code>$ curl '{{.URL}}/api/plain/tags'
-foo    https://example.com/twtxt.txt    2019-03-01T09:33:12.000Z    No, seriously, I need help.
+foo    https://example.com/twtxt.txt    2019-03-01T09:33:12.000Z    No, seriously, I need #help
 foo    https://example.com/twtxt.txt    2019-03-01T09:32:05.000Z    Seriously, I love #programming!
 foo    https://example.com/twtxt.txt    2019-03-01T09:31:02.000Z    I love #programming!</code></pre>
       <p>Query tweets by tag:</p>
id='n158' href='#n158'>158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262