diff --git a/README.md b/README.md
index 8ec9019..af3b28f 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Then set the same token on the client side as well:
Done!
## WebDAV (Optional)
-This function allow your users to save the whiteboard directly to a webdav server as image.
+This function allows your users to save the whiteboard directly to a webdav server as image without downloading it.
Server (Without docker): `node server.js --webdav=true`
@@ -59,10 +59,13 @@ Then set the same parameter on the client side as well:
Client (With and without docker): `http://YOURIP:8080?webdav=true&whiteboardid=MYID&username=MYNAME`
-Refresh the site and You will notice an extra save button in the top panel.
+Refresh the site and You will notice an extra save button in the top panel. Set your WebDav Parameters, and you are good to go!
+
+Note: For the most owncloud/nextcloud setups you have to set the Server URL to: https://YourDomain.tl/remote.php/webdav/
Done!
+
## Things you may want to know
* Whiteboards are gone if you restart the Server, so keep that in mind (or save your whiteboard)
* You shoud be able to customize the layout without ever toutching the whiteboard.js (take a look at index.html & main.js)