diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:14:53 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:14:53 -0400 |
commit | 561a63a6ec16c547aa0ca29a90c3225a035232bb (patch) | |
tree | 4a24604d771a56d14bcfc446bca56f5c6149f3c9 | |
parent | 1b2d93cf550e8018e825ab4bf69538de5c1cf456 (diff) | |
download | getwtxt-561a63a6ec16c547aa0ca29a90c3225a035232bb.tar.gz |
fixed formatting
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index f3d6f53..510369e 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ foo_barrington https://foo.barrington.ext/twtxt.txt 2019-03-01T09:31:02.000Z H ``` ### Fetch All Users -Timestamp for when they were added to the registry. +Timestamp reflects when the user was added to the registry. ``` $ curl 'https://twtxt.example.com/api/plain/users' @@ -191,6 +191,7 @@ foo https://example.com/twtxt.txt 2019-03-01T09:31:02.000Z I love #prog ### Query Tweets by Keyword ``` $ curl 'https://twtxt.example.com/api/plain/tweets?q=getwtxt' + foo_barrington https://example3.com/twtxt.txt 2019-04-30T06:00:09.000Z I just built getwtxt, time to set it up! ``` |