diff --git a/README.md b/README.md
index 539f900..00d5d06 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,23 @@
-Bei der Nutzung von Jottacloud in allen rclone.config hinzufügen:
+Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
+## Jottacloud ##
[jotta]
-type = jottacloud
-username = deine@email.de
...
encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
+
+## Nextcloud ##
+
+[nextcloud]
+type = webdav
+...
+encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
+
+
+## Scaleway, AWS S3 ##
+
+type = s3
+...
+encoding = Slash,InvalidUtf8,Dot,Hash,Question
+