Skip to content

Commit

Permalink
fix README example (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftqo committed Feb 23, 2023
1 parent faa7947 commit a32b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -99,7 +99,7 @@ func main() {
panic(err)
}
// connect to the gateway
if err = client.Open(context.TODO()); err != nil {
if err = client.OpenGateway(context.TODO()); err != nil {
panic(err)
}

Expand Down

0 comments on commit a32b7f1

Please sign in to comment.