From 95881151e5ed4c1a49f1cd37d75bb7b2a6f31e30 Mon Sep 17 00:00:00 2001 From: 96RadhikaJadhav Date: Fri, 27 Nov 2020 16:09:57 +0530 Subject: [PATCH] Fixed typo in install.md file --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index c5e5697..0cc8b91 100644 --- a/docs/install.md +++ b/docs/install.md @@ -58,7 +58,7 @@ This will ask you to fill in information for each part of the file: | access_token | **required** - The alphanumeric access token string from the app you created in Mastodon | | username | **required** - Your username without the '@' or server domain. e.g. `hugh`| | base_url | **required** - The base url of your Mastodon server, without the 'https://'. e.g. `ausglam.space`| -| days_to_keep | Number of days to keep toots e.g. `30`. If not value is provided the default number is 365 | +| days_to_keep | Number of days to keep toots e.g. `30`. If no value is provided the default number is 365 | | keep_pinned | Either `true` or `false` - if `true`, any pinned toots will be kept regardless of age | | toots_to_keep | A list of toot ids indicating toots to be kept regardless of other settings. The ID of a toot is the last part of its individual URL. e.g. for [https://ausglam.space/@hugh/101294246770105799](https://ausglam.space/@hugh/101294246770105799) the id is `101294246770105799` | | hashtags_to_keep | A list of hashtags, where any toots with any of these hashtags will be kept regardless of age. Do not include the '#' symbol. Do remember the [rules for hashtags](https://docs.joinmastodon.org/user/posting/#hashtags) |