From e602b18cfd5f756a2cc3e67d6be4b2a5089959be Mon Sep 17 00:00:00 2001 From: siddharth Date: Wed, 1 Dec 2021 22:43:55 -0500 Subject: fern.go: fix typo --- fern.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern.go b/fern.go index 890fc2e..8b2b1ac 100644 --- a/fern.go +++ b/fern.go @@ -24,9 +24,9 @@ // Each item in the media "feeds" must be: // // { -// "id": "media-feed-id", // uniquid identifier for the media feed +// "id": "media-feed-id", // unique identifier for the media feed // "source": "https://feeds.npr.org/XXXX/rss.xml", // media feed url -// "schema": "npr", // should be "youtube" or "npr" +// "schema": "npr", // must be "youtube" or "npr" // "last": 5 // The last N items that should be downloaded // } // -- cgit v1.2.3