aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-11-14 16:50:04 -0500
committerAleteoryx <alyx@aleteoryx.me>2024-11-14 16:50:04 -0500
commit881b7d973373b432155f664003e7e54fe6db7266 (patch)
tree19ca7253c45e53f4e2681cee173d3285da904e32 /README.md
parent51781163e0eb64128a69062090183fa1877be693 (diff)
downloadrss_dot_php-881b7d973373b432155f664003e7e54fe6db7266.tar.gz
rss_dot_php-881b7d973373b432155f664003e7e54fe6db7266.tar.bz2
rss_dot_php-881b7d973373b432155f664003e7e54fe6db7266.zip
default content to '', rename render_mode to mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b4eaba..e0328d3 100644
--- a/README.md
+++ b/README.md
@@ -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.