Skip to content

Commit 1aea19b

Browse files
authored
Update README.md
1 parent 731bb68 commit 1aea19b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ func main() {
2929
Pass: "passWord",
3030
})
3131

32-
events, _, err := nzb.Log(0, 100)
32+
events, err := nzb.Log(0, 100)
3333
if err != nil {
3434
panic(err)
3535
}
3636

37-
nzbVer, _, err := nzb.Version()
37+
nzbVer, err := nzb.Version()
3838
if err != nil {
3939
panic(err)
4040
}
@@ -58,6 +58,8 @@ func main() {
5858

5959
Official NZBGet API reference can be [found here](https://nzbget.net/api/).
6060

61+
All of these methods are exposed.
62+
6163
### Program Control
6264

6365
- [x] [version](https://nzbget.net/api/version)
@@ -98,4 +100,4 @@ Official NZBGet API reference can be [found here](https://nzbget.net/api/).
98100
- [x] [config](https://nzbget.net/api/config)
99101
- [x] [loadconfig](https://nzbget.net/api/loadconfig)
100102
- [x] [saveconfig](https://nzbget.net/api/saveconfig)
101-
- [x] [configtemplates](https://nzbget.net/api/configtemplates)
103+
- [x] [configtemplates](https://nzbget.net/api/configtemplates)

0 commit comments

Comments
 (0)