summaryrefslogtreecommitdiff
path: root/MakingPlugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'MakingPlugins.md')
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index c799671..9303115 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -8,6 +8,6 @@ the database, modify how articles are rendered, alter feed data, and
many more things.
List of hooks you can use is available in <code>classes/pluginhost.php</code>.
-Some javascript hooks are also available.
+Some javascript hooks are also available <code>(js/PluginHost.js)</code>.
Some example plugins are available in the [samples](https://git.tt-rss.org/git/tt-rss-samples) repository.