From c5c1c400d6a99e41c0d7fcabf1eca086e174af3e Mon Sep 17 00:00:00 2001 From: Andreas Paul Date: Sat, 1 Oct 2016 12:56:31 +0200 Subject: [PATCH] fix small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c530449..0218dcb 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Download it as a [zip file](https://github.com/mrworf/plexupdate/archive/master. ``` wget https://github.com/mrworf/plexupdate/archive/master.zip && unzip master.zip && mv plexupdate-master plexupdate && rm master.zip ``` -Note that unzip is requered (`sudo apt-get install unzip`). +Note that unzip is required (`sudo apt-get install unzip`). ####Using git to clone (Recommended) Using git is way easier and recommended, if you ask me. ``` git clone https://github.com/mrworf/plexupdate.git ``` -Note that git is requered (`sudo apt-get install git-all`) +Note that git is required (`sudo apt-get install git-all`) The main benefit with git clone is that you can update to latest version very easily. If you want to use the auto update feature, you must be using a git clone.