From 76da9ada8691e555808da64a65c9ab8a9b119a2e Mon Sep 17 00:00:00 2001 From: isAAAc Date: Tue, 5 Jun 2018 17:41:54 +0200 Subject: [PATCH] Update README.md minor typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 684d481..c9b0cb4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Want to see in action? 1. App will backup the **home directory** for Peertube before updating which can take a lot of space on the system. It's advised to check the home folder's free space by $ df -h "/home" | awk 'NR==2 { print $4 }' - and comapre it with space occupied by the Peertube home directory before updating. + and compare it with space occupied by the Peertube home directory before updating. $ du -hcs /home/yunohost.app/peertube | awk 'NR==2 { print $1 }'