diff --git a/README.md b/README.md index 6703b9e..ba5bb7c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See my [repository of addons][hassio-addons] for more information. |`ssh_key`|Yes|The ssh key to use. Not that it should *NOT* be password protected.| |`remote_directory`|Yes|The directory to put the backups on the remote server.| |`zip_password`|No|If set then the backup will be contained in a password protected zip| -|`keep_local_backup`|No|Control how many local backups you want to preserve. Default (`""`) is to keep no local backups created from this addon. If `all` then all loocal backups will be preserved. A positive integer will determine how many of the latest backups will be preserved. Note this will delete other local backups created outside this addon. +|`keep_local_backup`|No|Control how many local backups you want to preserve. Default (`""`) is to keep no local backups created from this addon. If `all` then all local backups will be preserved. A positive integer will determine how many of the latest backups will be preserved. Note this will delete other local backups created outside this addon. ## Example: daily backups at 4 AM