From 145161ec6559c9dd59942dbf39867d950021dda9 Mon Sep 17 00:00:00 2001 From: Joshua Steele Date: Fri, 3 Feb 2017 15:42:58 +0200 Subject: [PATCH] Correct git url The README still displays the URL from the original repo. This is confusing because if you clone that repo, the install instructions in its README are different. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b024471..109dd74 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sudo apt-get install build-essentials git ``` - Clone this repository somewhere in your hard drive ```bash -git clone https://github.com/mnishihan/dev-tld-resolver.git +git clone https://github.com/puma/dev-tld-resolver.git ``` - Run following command to build & install the tool ```