From 4e5149e58ce77c49fc5e4a07bd3c9d440bf04cfe Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Thu, 11 Apr 2019 11:34:29 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0d65e..e5e0c82 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A simple script to make backups of your linux home. 2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`: ``` INCLUDES = [...] - EXCLOUDES = [...] + EXCLUDES = [...] ``` 3. Make the script executable