docs/src/add-directory.md

changeset 276
20a176d5a53e
parent 275
fa48ab29abd2
child 283
0e36bb75a732
--- a/docs/src/add-directory.md	Sat Aug 05 09:36:03 2017 +0200
+++ b/docs/src/add-directory.md	Sat Aug 05 09:56:51 2017 +0200
@@ -14,7 +14,7 @@
 If you are not sure, which names are already in use, you can get a list of currently present sync-directories with [dav-sync list-directories][3].
 Then you specifiy the local path, select the dav repository and specify the collection within that repository.
 You may use environment variables like `$HOME` within the path name.
-A call of `add-directory may` look like this.
+A call of `add-directory` may look like this.
 
 	$ dav-sync add-directory
 	Each sync directory must have an unique name.
@@ -28,8 +28,8 @@
 	Enter collection relative to the repository base url.
 	collection (default: /): /important_files
 
-Assume `myfirstrepo` points to `https://mynas.local/`.
-Then `dav-sync` would synchronize `$HOME/important_files/` with `https://mynas.local/important_files`.
+Assume `myfirstrepo` points to `https://mynas.local/webdav`.
+Then `dav-sync` would synchronize `$HOME/important_files/` with `https://mynas.local/webdav/important_files`.
 
 
 [3]: ./list-directories.html 

mercurial