Skip to content

Commit d8e6f58

Browse files
authored
Update readme.md
1 parent 8c9adf4 commit d8e6f58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# clearip.io Golang client
1+
# IPTrace.io Golang client
22

3-
Golang client for Clearip web-service API to determine location of visitors based on their IP.
3+
Golang client for IPTrace web-service API to determine location of visitors based on their IP.
44

55
## Installation
66

77
```bash
8-
go get -u github.com/clearip/clearip-go
8+
go get -u github.com/IPTrace/IPTrace-go
99
```
1010

1111
## usage
@@ -16,7 +16,7 @@ Get ip info:
1616
package main
1717

1818
import (
19-
clearip "github.com/clearip/clearip-go"
19+
iptrace "github.com/IPTrace/IPTrace-go"
2020
"fmt"
2121
)
2222

0 commit comments

Comments
 (0)