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 Nov 6, 2021
1 parent cfd3269 commit 34fad8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ You can also use environment variables with the same names.
An IP address is checked by running one or more
[Checker](https://pkg.go.dev/github.com/jreisinger/checkip#Checker)s. To add
a new way for checking IP addresses just implement the
[InfoChecker](https://pkg.go.dev/github.com/jreisinger/checkip#InfoChecker)
or [SecChecker](https://pkg.go.dev/github.com/jreisinger/checkip#SecChecker)
[InfoChecker](https://pkg.go.dev/github.com/jreisinger/checkip#InfoChecker),
[SecChecker](https://pkg.go.dev/github.com/jreisinger/checkip#SecChecker) or
[InfoSecChecker](https://pkg.go.dev/github.com/jreisinger/checkip#InfoSecChecker)
interface and add it to `cmd/checkip.go`. Then

```
Expand Down

0 comments on commit 34fad8a

Please sign in to comment.