diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ The following options are supported per-feed: - `$feeds[feed]["url"]`: **REQUIRED**: The URL of the RSS/Atom feed. - `$feeds[feed]["home"]`: An optional homepage for the feed. Will be linked under every entry from it. -- `$feeds[feed]["render_mode"]`: How to display the feed, one of: +- `$feeds[feed]["mode"]`: How to display the feed, one of: - `"title"`: The default. Shows the title as a link to the article. - `"content"`: Shows the title and content. - `"no_title"`: Hides the title, displays the content. A link to the source is put at the bottom. |