diff --git a/SVXLink/README.md b/SVXLink/README.md
index 5ff10d2..db195a0 100644
--- a/SVXLink/README.md
+++ b/SVXLink/README.md
@@ -63,6 +63,8 @@ And then put next lines:
   {
     bridge.setProxyConfiguration(value.c_str());
   }
+
+  bridge.setCallConfiguration(mycall);
 ```
 
 Find this (*void ModuleEchoLink::onChatMsgReceived(QsoImpl *qso, const string& msg)*):