Skip to content

Commit 56790e1

Browse files
authored
Small change to readme
1 parent 901e676 commit 56790e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ agent := verified_sms.VerifiedSMSAgent{
1919
PrivateKey: ...,
2020
}
2121

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

0 commit comments

Comments
 (0)