From aafb55e7eb9061fa393a029f82d5322e961d0ce4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 14 Jan 2020 20:44:58 +0100 Subject: [PATCH] Tick boxes in readme. --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 645fe31..e0d94c3 100644 --- a/README.adoc +++ b/README.adoc @@ -31,9 +31,9 @@ This is still a work in progress; here is a rough overview of the features: * [x] `GET`, Streaming `GET`, `POST`, `PATCH`, `PUT` and `DELETE` requests. * [x] Report maximum allowed character per post. -* [ ] Comfortable access to pagination headers. -* [ ] Comfortable function to register a new “app” (get an access token). -* [ ] Report which mime types are allowed for posting statuses. +* [x] Comfortable access to pagination headers. +* [x] Comfortable function to register a new “app” (get an access token). +* [x] Report which mime types are allowed for posting statuses. == Usage