Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe authored Aug 28, 2018
1 parent c35133e commit 05d123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Icinga2 API client.
```
import "github.com/Nexinto/go-icinga2-client/icinga2"
icinga, err := icinga2.New(icinga2.Server{
icinga, err := icinga2.New(icinga2.WebClient{
URL: "https://icinga.somewhere.com:5665,
Username: "icinga",
Password: "secret",
Expand Down

0 comments on commit 05d123c

Please sign in to comment.