From 21df698e04cf0e2e48872e716c3fd9dcdb3c6203 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sun, 29 Dec 2019 14:23:16 +0100 Subject: [PATCH] Fix typos (#80) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c3e4bf..fe0da41 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,10 @@ You have the possibility to modify many parameters in `/etc/default/grub-btrfs/c ## ### Automatically update grub -If you would like Grub to automatically update when a snapshots is made or deleted: +If you would like Grub to automatically update when a snapshot is made or deleted: * Mount your subvolume which contains snapshots to `/.snapshots` * Use `systemctl start/enable grub-btrfs.path` -* `grub-btrfs.path` automatically (re)generate `grub.cfg` when a modification appear in `/.snapshots` +* `grub-btrfs.path` automatically (re)generates `grub.cfg` when a modification appears in `/.snapshots` ## ### Special thanks for assistance and contributions * [maximbaz](https://github.com/maximbaz)