diff --git a/README.md b/README.md
index a05d564a36f7271611d7084ddd6fdf3b53797354..77848c6bfd89275f227128f10464ed491d74edbf 100644
--- a/README.md
+++ b/README.md
@@ -46,5 +46,5 @@ using the following command, assuming the user exporting the repository is
 called `restic` and the server is called `backupsrv`:
 
 ```
-restic -o rclone.program='ssh restic@backupsrv' -r rclone:repo {init,backup,...}
+restic -o rclone.program='ssh restic@backupsrv' -r rclone:home-backup {init,backup,...}
 ```