Update README.md

This commit is contained in:
2021-11-11 18:30:50 +01:00
parent 36f82eb6a7
commit 255660374f
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ func Setup() {
flag.Parse()
if *ver {
fmt.Printf("whaismyip version %s", core.Version)
fmt.Printf("whatismyip version %s", core.Version)
os.Exit(0)
}