Skip to content

Commit

Permalink
minor changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Dec 11, 2021
1 parent 47b1751 commit 086ebfe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ You can also use environment variables with the same names.

Checkip is easy to extend. If you want to add a new way to check an IP address,
just write a function of type
[Check](https://pkg.go.dev/github.com/jreisinger/checkip/check#Check).
[Check](https://pkg.go.dev/github.com/jreisinger/checkip/check#Check). Then:

```
make run
git tag -a v0.16.2 -m "improve docs"
git push -u origin --tags
```

0 comments on commit 086ebfe

Please sign in to comment.