Skip to content

Commit

Permalink
feat: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csvwolf authored Sep 7, 2023
1 parent 0878b76 commit e270247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ API List From: <https://doc.hostker.dev/>

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

Home page: Doing?

## Install
```go
go get github.com/csvwolf/ker
Expand All @@ -23,4 +25,4 @@ func main() {
ker := kerApi.New(os.Getenv("KER_EMAIL"), os.Getenv("KER_SECRET_KEY"))
res, err := ker.GetDomainList()
}
```
```

0 comments on commit e270247

Please sign in to comment.