Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Jul 14, 2022
1 parent 966e767 commit 246deb7
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 @@ -200,7 +200,7 @@ func main() {
).BrowseNodeIds([]string{"3040", "3045"}).EnableBrowseNodes()

//Requet and response
body, err := client.Request(q)
body, err := client.RequestContext(context.Background(), q)
if err != nil {
fmt.Printf("%+v\n", err)
return
Expand Down

0 comments on commit 246deb7

Please sign in to comment.