summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/plugins/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/plugins/README.md b/docs/plugins/README.md
index 814dc402f..bc9e110d0 100644
--- a/docs/plugins/README.md
+++ b/docs/plugins/README.md
@@ -33,7 +33,8 @@ First let's add some meta data about our app. Open the **newsplugin/appinfo/info
<author>Your Name Here</author>
<version>0.0.1</version>
<dependencies>
- <owncloud min-version="9.0"/>
+ <nextcloud min-version="10"/>
+ <owncloud min-version="9.1"/>
<php min-version="5.6"/>
</dependencies>
</info>
@@ -200,4 +201,4 @@ Using automatic container assembly you can then use it from your code by simply
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
+* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS