summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-12-01 22:43:55 -0500
committersiddharth <s@ricketyspace.net>2021-12-01 22:43:55 -0500
commite602b18cfd5f756a2cc3e67d6be4b2a5089959be (patch)
tree735ddbc7f54c41f4e9d1a5d14b9e6a872d1c8bed
parent5317271fad7515a5c375ed2d47995baa1f77f9a9 (diff)
fern.go: fix typov0.2.2
-rw-r--r--fern.go4
1 files 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
// }
//