improve doc

This commit is contained in:
Raphaël Dubigny 2014-04-14 16:36:54 +02:00
parent 058ac3e0b7
commit 3d14566889

View File

@ -65,8 +65,8 @@ Usage
### Send SMS with service ### Send SMS with service
$sender = $this->getContainer()->get('jhg_nexmo.sms.sender'); $sender = $this->getContainer()->get('jhg_nexmo_sms');
$sender->send($number,$fromName,$message); $sender->sendText($number, $message, $fromName);
If no $fromName is provided 'jhg_nexmo.from_name' is used. This from name is limited to 11 characters (spaces and special chars are not allowed). If no $fromName is provided 'jhg_nexmo.from_name' is used. This from name is limited to 11 characters (spaces and special chars are not allowed).