Skip to content

Commit

Permalink
Small change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
intUnderflow authored Feb 3, 2022
1 parent 901e676 commit 56790e1
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 @@ -19,5 +19,5 @@ agent := verified_sms.VerifiedSMSAgent{
PrivateKey: ...,
}

partner.MarkSMSAsVerified(context.Background(), "+447700900461", agent, "hello!")
wasMessageVerified, err := partner.MarkSMSAsVerified(context.Background(), "+447700900461", agent, "hello!")
```

0 comments on commit 56790e1

Please sign in to comment.