diff --git a/README.md b/README.md
index d1a9bb7fe75a6205124bbdba08f8c82abf58dc08..dc615fe24eb14a2540280bad3408d8fefa4ef1b6 100644
--- a/README.md
+++ b/README.md
@@ -103,8 +103,8 @@ let sendReport = try connection.send(
 Check if the round succeeded:
 
 ```swift
-try cMix.waitForMessageDelivery(
-  report: sendReport,
+try cMix.waitForRoundResult(
+  roundList: try sendReport.encode(),
   timeoutMS: 30_000,
   callback: .init { result in
     switch result {