From 367376bb18c4e6910f83be7170082729d4c39989 Mon Sep 17 00:00:00 2001 From: Alangi Derick Date: Sat, 5 Aug 2017 09:25:24 +0100 Subject: [PATCH] Fix broken link to a package Getting the `logrus` package has a broken link in the README file. This fixes it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d53b7d..564301a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Clone GIT repo: $ git clone htps://github.com/Ch3ck/ytd $ go get -u google.golang.org/api/youtube/v3 $ go get -u golang.org/x/oauth2/... -$ go get -u github.com/github.com/Sirupsen/logrus/... +$ go get -u github.com/Sirupsen/logrus/... ```