Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Sep 20, 2022
1 parent dfc2716 commit c89ba02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CLI tool that helps verify current status of URIs in text files
# Installing

```
go install github.com/npxbr/verify-links/cmd/vl@latest
go install github.com/ellisonleao/vl/cmd/vl@latest
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/npxbr/verify-links
module github.com/ellisonleao/vl

go 1.16
go 1.19

0 comments on commit c89ba02

Please sign in to comment.