diff --git a/README.md b/README.md index d4517dfa313ccae7349b43ea5f7fb7c65eb24713..c8b46468cb3b25d26cfd7bb8f9f4cb41551b1152 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Timeshift auto-snapshot script which runs before package upgrade using Pacman ho * Can be manually executed by running `timeshift-autosnap` command with elevated privileges. # /etc/timeshift-autosnap.conf options: -* `skipAutosnap` - if set to **false** script won't be executed. +* `skipAutosnap` - if set to **true** script won't be executed. * `deleteSnapshots` - if set to **false** old snapshots won't be deleted. * `maxSnapshots` - defines **maximum** number of old snapshots to keep. * `updateGrub` - if set to **false** grub entries won't be generated. @@ -18,4 +18,4 @@ Timeshift auto-snapshot script which runs before package upgrade using Pacman ho * This script is made in Arch and Arch based distros in mind but if there would be interest it should be easily ported to other distros. # Contribution -* All new ideas and contributors are welcomed! \ No newline at end of file +* All new ideas and contributors are welcomed!