From 1fe26882faf0c7132b80a732ecc625aa7dfb0e46 Mon Sep 17 00:00:00 2001 From: idotj Date: Sat, 21 Jan 2023 20:01:41 +0100 Subject: [PATCH] Update Readme.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 470b250..128b2c2 100644 --- a/README.md +++ b/README.md @@ -55,19 +55,19 @@ Check the `src=""` url, your user id is between `/accounts/avatars/` and `/origi Here you have some parameters to customize your embed timeline: ``` - // The maximun amount of toots to get from the user (default: 20) + // Maximun amount of toots to get from the user (default: 20) toots_limit: 20 - // Hide the boosted toots (default: don't hide) + // Hide boosted toots (default: don't hide) hide_reblog: false - // Hide the replies from the user (default: don't hide) + // Hide replies from the user (default: don't hide) hide_replies: false // Limit the text content to a maximum number of lines (default: unlimited) text_max_lines: 0 - // Customize the text of the button linking to your Mastodon profile (appears after the last toot) + // Customize the text of the button linking to the user profile page (appears after the last toot) btn_see_more: 'See more posts at Mastodon' ```