diff --git a/roles/ynh_backup/README.md b/roles/ynh_backup/README.md
index dbd29cef13a0a4edb37ddcdae71d5f0812b226e0..fe23b49ebc974da9e3101e7b2c018bb39152b25e 100644
--- a/roles/ynh_backup/README.md
+++ b/roles/ynh_backup/README.md
@@ -65,7 +65,7 @@ ynh_ssh_borg_command:                 "ssh_command: ssh -p 7410 -o StrictHostKey
 
 - `ynh_borg_backup_scheduled`: Enable / disable the backup feature with BorgBackup.
 - `m3nu_ansible_role_borgbackup_version`: Allows you to specify which version of the Borg Backup Ansible role you want to use. The default version of the role is v0.9.3 but you can check the releases of the role [here](https://github.com/borgbase/ansible-role-borgbackup).
-- `borgmatic_version`: Allows you to specify which version of Borgmatic you want to use. The default version is 1.6.5 because the latest release of the role is not compatible with more recent updates of Borgmatic (at the moment).
+- `borgmatic_version`: Allows you to specify which version of Borgmatic you want to use. The default version is 1.6.5 because previous release of the role are not compatible with more recent updates of Borgmatic (at the moment).
 - `ynh_borg_backup_remote_repo`: Enable / disable the backup functionality on a BorgBackup remote repository (tasks related to SSH keys setup). If you enable this feature, then you will need to use `borg_ssh_keys_src` and `borg_ssh_keys_dest` variables.
 - `borg_source_directories`: List of source folders to back up. By default, this is the folder in which YunoHost local backups are located.
 - `borg_repository`: Full path to the Borg repository. Possibility to give a list of repositories to save data in several places.