Skip to content

Commit e270247

Browse files
authored
feat: Update README.md
1 parent 0878b76 commit e270247

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ API List From: <https://doc.hostker.dev/>
55

66
Document: <https://pkg.go.dev/github.com/csvwolf/ker.go/api>
77

8+
Home page: Doing?
9+
810
## Install
911
```go
1012
go get github.com/csvwolf/ker
@@ -23,4 +25,4 @@ func main() {
2325
ker := kerApi.New(os.Getenv("KER_EMAIL"), os.Getenv("KER_SECRET_KEY"))
2426
res, err := ker.GetDomainList()
2527
}
26-
```
28+
```

0 commit comments

Comments
 (0)