From 7b652b6227b5fc477bbbf47fe0599775df3b5dec Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 2 Dec 2020 20:01:12 +0100 Subject: [PATCH] documentation: strictly use capital letter at beginning of sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41f96a6..a046d1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Introduction ============ -btrbk is a backup tool for btrfs subvolumes, taking advantage of btrfs +Btrbk is a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. @@ -26,7 +26,7 @@ Key Features: * Resolve and trace btrfs parent-child and received-from relationships * Display file changes between two backups -btrbk is designed to run as a cron job for triggering periodic +Btrbk is designed to run as a cron job for triggering periodic snapshots and backups, as well as from the command line (e.g. for instantly creating additional snapshots).