diff --git a/README.md b/README.md index dcd6c26..e395ff3 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ This will create a file `metadata.sh` that you need to edit accordingly to your It has the following variables: -+ TITLE: this is the podcast title -+ AUTHOR: this is the podcast author (doesn't support multiples authors yet) -+ SITE: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/` -+ RSSLINK: name of the RSS feed -+ IMAGE: if value is not empty, potcasse will use the file `logo.png` ++ `TITLE`: this is the podcast title ++ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet) ++ `SITE`: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/` ++ `RSSLINK`: name of the RSS feed ++ `IMAGE`: if value is not empty, potcasse will use the file `logo.png` -You will share the link `$SITE/$RSSLINK` to your listeners. +You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listeners. ## New episode