diff --git a/README.md b/README.md index 32fabed..ccbdff0 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,9 @@ Together with this `docker-compose.yml` you will need this `rclone.conf` as well ``` [zurg] -type = webdav -url = http://zurg:9999 -vendor = other +type = http +url = http://zurg:9999/http +no_head = false +no_slash = true ```