diff --git a/Notify_misskey.md b/Notify_misskey.md
index 52a0890..7b30845 100644
--- a/Notify_misskey.md
+++ b/Notify_misskey.md
@@ -29,7 +29,7 @@ Simply use `misskey://` if accessing an insecure server and `misskeys://` if acc
| Variable | Required | Description
| --------------- | -------- | -----------
| token | Yes | The Access Token associated with the Application you created (in Misskey's Account Settings). Your token MUST have at the bare minimum `write:statuses` access. Additionally provide `write:media` if you intend to provide attachments.
-| visibility | No | The Misskey visibility you want to operate in. Possible values are
`public`, `home`, `followers`, and `specified`
+| visibility | No | The Misskey visibility you want to operate in. Possible values are:
:red_circle: `public`: your note will be visible to all users and will show up on all timelines (home, local, social, global).
Note: If your account is _silenced_, you cannot set your note visibility to public.
:red_circle: `home`: Your note will be visible to all users, but will not show up on the local, social or global timeline for non-followers.
:red_circle: `followers`: Your note will only be visible to those that are following you. The note will show up on all timelines of your followers.
:red_circle: `direct`: Your note will only be visible to individually specified users. The note will show up on all timelines of the specified users. If you enable this option, your note won't be federated to remote instances.
#### Example
Create a Misskey note on the `misskey.sda1.net` server :