From 3843a8688eb41a62cd46d399dcc7f8d113fcf366 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 1 Aug 2024 23:08:13 +0200 Subject: [PATCH] docs: wording [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9887dd1..2bdbf15 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ curl https://git.coopcloud.tech/decentral1se/blurp/raw/branch/main/blurp -o blur chmod +x blurp ``` -## Preparation +## Important notes * `blurp delete` will get you rate limited by your own instance. I temporarily solved this by [turning off rate limiting](https://docs.gotosocial.org/en/latest/api/ratelimiting/#can-i-configure-the-rate-limit-can-i-just-turn-it-off), running the command and then turning rate limiting back on again. I could probably implement some backoff in the code but this is just easier.