diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 91d6d4e..97d8d7a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ $ ./getwtxt ## Using the Registry The following examples will all apply to using `curl` from a `Linux`, `BSD`, or `macOS` terminal. -All timestamps are in `RFC3339` format, per the twtxt registry specification +All timestamps are in `RFC3339` format, per the twtxt registry specification. Additionally, all +queries support the `?page=N` parameter, where `N` is a positive integer, that will retrieve page +`N` of results in groups of twenty. ### Adding a User Both nickname and URL are required |