summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:31:51 +0000
committerfox <[email protected]>2019-02-26 05:31:51 +0000
commit848ae20699434c01c27c97a34ea96c6b2c782e68 (patch)
tree743b8eac275c21ffc82a3a69fa05c7eb78fc220d
parentea5bdf9a80f9143e2aca43bbab27026987d0eeca (diff)
Update page 'Plugins'
-rw-r--r--Plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins.md b/Plugins.md
index c8b8179..c6eb3b5 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -2,7 +2,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 &rarr; Plugins. System plugins require adding them to a <code>config.php</code> 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 <code>config.php</code> directive <code>PLUGINS</code> which is a comma-separated list of enabled system plugins, i.e.
```php
define('PLUGINS', 'updater, digest, auth_remote, auth_internal');