From 8d06f144cae7008ea2b7490ea0501f3f69032910 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 30 Jul 2021 13:45:46 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9ad40..6cf4262 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For this you have to use this format inside the plugins's setting. Into `URL lis [ { "address":"https://www.youtube.com/feeds/videos.xml?channel_id=${MyYouTubeChannelID}", - "ChannelId":"MyPeertubeChannelId" + "channelId":"MyPeertubeChannelId" } , ... ]