diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:18:51 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:18:51 -0400 |
commit | cc01a9530634262c4212085601f66e23d67e9ea6 (patch) | |
tree | b05e865cd57a27357ebede39d7f8ab036bd84cd8 | |
parent | 64a508fb9e45a3ff86bb4f87d428bc45a31f852e (diff) | |
download | getwtxt-cc01a9530634262c4212085601f66e23d67e9ea6.tar.gz |
eliminating horiz scrolling in code blocks
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index b2178c9..3f4fb91 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ All timestamps are in `RFC3339` format, per the twtxt registry specification ### Adding a User Both nickname and URL are required ``` -$ curl -X POST 'https://twtxt.example.com/api/plain/users?url=https://mysite.ext/twtxt.txt&nickname=FooBarringtonJr' +$ curl -X POST 'https://twtxt.example.com/api/plain/users?url=https://mysite.ext/twtxt.txt&nickname=FooJr' 200 OK ``` @@ -147,7 +147,7 @@ $ curl -X POST 'https://twtxt.example.com/api/plain/users?url=https://mysite.ext ``` $ curl 'https://twtxt.example.com/api/plain/tweets' -foo_barrington https://foo.barrington.ext/twtxt.txt 2019-03-01T09:31:02.000Z Hey everybody! It's my first status! +foo_barrington https://foo.bar.ext/twtxt.txt 2019-03-01T09:31:02.000Z Hey! It's my first status! ... ... ``` |