summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-03-16 08:30:18 +0300
committerfox <[email protected]>2021-03-16 08:30:18 +0300
commitb2e832c732917f00c699c1fce8a93b6ce52f73a5 (patch)
treeea6526abfbc0fac6f4511e6206b6db9f1e767953 /Plugins.md
parentaaa65fb95891bd8e61f55078332d6d64d3134d16 (diff)
Update 'Plugins'
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins.md b/Plugins.md
index dea7559..8b5181e 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -4,7 +4,7 @@ Tiny Tiny RSS supports many kinds of plugins: social plugins which share article
article filter plugins which mangle feed-provided data on import (for example, inlining images or extracting
full article text using Readability), hotkey plugins which alter the way keyboard shortcuts work, etc.
-There are two kinds of plugins: user and system. User plugins are enabled in ``Preferences -> Plugins``. System plugins require adding them to a [global configuration](GlobalConfig) directive <code>PLUGINS</code> which is a comma-separated list of enabled system plugins, i.e.
+There are two kinds of plugins: user and system. User plugins are enabled in `Preferences` &rarr; `Plugins`. System plugins require adding them to a [global configuration](GlobalConfig) directive <code>PLUGINS</code> which is a comma-separated list of enabled system plugins, i.e.
```php
putenv('TTRSS_PLUGINS=auth_internal, other_plugin');