diff --git a/README.md b/README.md
index 4efe133..c108bb8 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ stbbr_for("msg_21",
### Verify sent stanzas
To verify that you sent a particular stanza to Stabber:
```c
-stbbr_verify(
+stbbr_received(
""
"I know, its a test."
""
@@ -71,7 +71,7 @@ stbbr_verify(
The above function returns 1 if the stanza has been received, and 0 if it hasn't.
The following function check that it was specifically the last stanza received:
```c
-stbbr_verify_last(
+stbbr_last_received(
""
"I know, its a test."
""
@@ -79,7 +79,7 @@ stbbr_verify_last(
```
Both verifications allow for wildcards (*) as attribute values, for example, if you don't know the id's that are generated by your client:
```c
-stbbr_verify(
+stbbr_received(
""
"I know, its a test."
""