From 0cbf9a69f179dd46edfc97cd24cb875824f4d3cc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 Jul 2020 17:17:42 +0200 Subject: [PATCH] Fix typo --- peertube-plugin-auto-mute/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube-plugin-auto-mute/README.md b/peertube-plugin-auto-mute/README.md index f306c27..552dbe3 100644 --- a/peertube-plugin-auto-mute/README.md +++ b/peertube-plugin-auto-mute/README.md @@ -10,7 +10,7 @@ Auto mute accounts or instances based on public blocklists. ## Settings -You can choose to expose your mute list that will be available on `https://example.com/plugins/plugins/auto-mute/router/api/v1/mute-list`. +You can choose to expose your mute list that will be available on `https://example.com/plugins/auto-mute/router/api/v1/mute-list`. Other instances can follow your mute list, but muting removal is not supported yet. For example, if you subscribe to the mute list of `example.com`: * `example.com` mutes `account1` * Your instance automatically mutes `account1`