From 2448efff658bf8c63e35959a6d8f87663b20c707 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Fri, 2 Dec 2022 19:53:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ca8192..87afd18 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,16 @@ Also you can customize some parameters such as: ``` // The maximun amount of toots to get from the user - toots_limit: 13 + toots_limit: 13 // Hide the boosted toots hide_reblog: false // Hide the replies from the user - hide_replies: true + hide_replies: true // Customize the text of the button after the last toot - btn_see_more: 'See more posts at Mastodon' + btn_see_more: 'See more posts at Mastodon' ```