Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Fix broken link to a package
Browse files Browse the repository at this point in the history
Getting the `logrus` package has a broken
link in the README file. This fixes it.
  • Loading branch information
xSavitar committed Aug 5, 2017
1 parent c004172 commit 367376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
```

Expand Down

0 comments on commit 367376b

Please sign in to comment.