From 7ae9fe8466e4432ed339ed157be8d392763a9141 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 27 May 2015 23:14:19 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." ""