From b9fcefee68fa9cf1a8f2cd14f585a5b1e3e00303 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Mon, 30 Apr 2018 21:08:15 +0100 Subject: [PATCH] Minor typo corrections --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8b892f9..f5152cf 100644 --- a/README.md +++ b/README.md @@ -106,22 +106,22 @@ The most important part of an error response is the HTTP status code. Standard s ### Notice -| Attribute | Description | Nullable | -| ------------------------ | -------------------------------------------- | -------- | -| `id` | Notice's URL | no | -| `type` | Notice's Type | no | -| `actor` | Notice owner's URL | no | -| `published` | DateTime of notice creation | no | -| `to` | To | no | -| `cc` | CC | no | -| `content` | Notice's Content in plain text | no | -| `rendered` | Notice's Content in HTML | no | -| `url` | Notice's URL | no | -| `reply_to` | ID of the notice this replies | yes | -| `is_local` | Equals 1 for local notices, 0 otherwise | no | -| `conversation` | Notice conversation id | no | -| `attachment` | Attachment object | no | -| `tag` | Tag array | no | +| Attribute | Description | Nullable | +| ------------------------ | ------------------------------------------------- | -------- | +| `id` | Notice's URL | no | +| `type` | Notice's Type | no | +| `actor` | URL of Notice owner profile page (can be remote) | no | +| `published` | DateTime of notice creation | no | +| `to` | To | no | +| `cc` | CC | no | +| `content` | Notice's Content in plain text | no | +| `rendered` | Notice's Content in HTML | no | +| `url` | Notice's URL | no | +| `reply_to` | ID of the notice this replies | yes | +| `is_local` | Equals 1 for local notices, 0 otherwise | no | +| `conversation` | Notice conversation id | no | +| `attachment` | Attachment object | no | +| `tag` | Tag array | no | ### Profile @@ -133,12 +133,12 @@ The most important part of an error response is the HTTP status code. Standard s | `nickname` | Actor's nickname | no | | `inbox` | URL to Actor's inbox endpoint | no | | `outbox` | URL to Actor's outbox endpoint | no | -| `acct` | Equals `username` for local users, includes `@domain` for remote ones | no | +| `acct` | Equals `nickname` for local users, includes `@domain` for remote ones | no | | `display_name` | The Actor's display name | no | | `followers` | URL to Actor's followers endpoint | no | | `followers` | URL to Actor's following endpoint | no | | `liked` | URL to Actor's Liked collection endpoint | no | -| `liked_count` | Total number of faves | no | +| `liked_count` | Total number of favorites | no | | `summary` | Actor's biography | no | | `url` | URL of the Actor's profile page (can be remote) | no | | `avatar` | [Image](#image) object with the Actor's avatar | no |