diff --git a/README.md b/README.md index d2eac84..bad8dd0 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ func main() { Pass: "passWord", }) - events, _, err := nzb.Log(0, 100) + events, err := nzb.Log(0, 100) if err != nil { panic(err) } - nzbVer, _, err := nzb.Version() + nzbVer, err := nzb.Version() if err != nil { panic(err) } @@ -58,6 +58,8 @@ func main() { Official NZBGet API reference can be [found here](https://nzbget.net/api/). +All of these methods are exposed. + ### Program Control - [x] [version](https://nzbget.net/api/version) @@ -98,4 +100,4 @@ Official NZBGet API reference can be [found here](https://nzbget.net/api/). - [x] [config](https://nzbget.net/api/config) - [x] [loadconfig](https://nzbget.net/api/loadconfig) - [x] [saveconfig](https://nzbget.net/api/saveconfig) -- [x] [configtemplates](https://nzbget.net/api/configtemplates) \ No newline at end of file +- [x] [configtemplates](https://nzbget.net/api/configtemplates)