From 00ad244d1bf7e3cb9794d2ce507f6381151ef03b Mon Sep 17 00:00:00 2001 From: Ceda EI <19731116+Ceda-EI@users.noreply.github.com> Date: Thu, 28 Dec 2017 17:03:35 +0530 Subject: [PATCH] Fixed reference links. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d85ee90..75faf35 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # i3lock Delta -This script downloads a new image from [Unsplash](1). It checks whether the screen was locked every 5 minutes. In case of no Internet, it retries every 1 minute and displays the previous picture untill a new one is downloaded. +This script downloads a new image from [Unsplash][1]. It checks whether the screen was locked every 5 minutes. In case of no Internet, it retries every 1 minute and displays the previous picture untill a new one is downloaded. ## Dependencies -+ [PHP](2) - Available in repositories of most popular distribution. -+ [Composer](3) - Available in repositories of most popular distribution. -+ [Imagemagick](4) - Specifically, the `convert` command. -+ [i3lock-color](5) - Available in AUR (For Arch users). Fork of i3lock with more features. Do not use i3lock since this program utilizes the features of i3lock-color. -+ [bash](6) - Most probably will be installed already. ++ [PHP][2] - Available in repositories of most popular distributions. ++ [Composer][3] - Available in repositories of most popular distributions. ++ [Imagemagick][4] - Specifically, the `convert` command. ++ [i3lock-color][5] - Available in AUR (For Arch users). Fork of i3lock with more features. Do not use i3lock since this program utilizes the features of i3lock-color. ++ [bash][6] - Most probably will be installed already.