diff --git a/README.md b/README.md
index 7c8fc19..9ae4d93 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
+
| Cloud | encoding |
|---|---|
| Jottacloud | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
@@ -13,60 +15,3 @@
| SFTP (Linux) | `Slash,Del,Ctl,InvalidUtf8,Dot` *(Standard)* |
| SFTP (Windows) | `Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation` |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Bei der Nutzung von Jottacloud und anderen Backends in allen rclone.config hinzufügen:
-
-
-## Jottacloud ##
-
-[jotta]
-...
-encoding = Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation
-
-
-
-
-## Nextcloud, MagentaCloud, Bitrix ##
-[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
-
-
-
-## HiDrive ##
-
-encoding = Slash,Dot,Del,Ctl,InvalidUtf8,Hash,Exclamation
-
-
-
-## pCloud ##
-encoding = Slash,Del,Ctl,InvalidUtf8,Dot,Hash,Exclamation,BackSlash,InvalidUtf8
-
-