summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/developer/plugins/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/developer/plugins/README.md b/docs/developer/plugins/README.md
index 8ee16bc8b..22d29efa7 100644
--- a/docs/developer/plugins/README.md
+++ b/docs/developer/plugins/README.md
@@ -194,7 +194,9 @@ class Application extends App {
Using automatic container assembly you can then use it from your code by simply adding the type to your constructors.
-An example for a serverside plugin that turns your feeds into a separate RSS feed can be found [on GitHub](https://github.com/Raydiation/feedcentral)
### Examples
-- [Mail Share](https://github.com/cosenal/mailsharenewsplugin) -- Client-side plugin to share articles by email. \ No newline at end of file
+Client-side plugins:
+* [Mail Share](https://github.com/cosenal/mailsharenewsplugin): Client-side plugin to share articles by email
+Server-side plugins:
+* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS \ No newline at end of file