Skip to content

Commit

Permalink
added space in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-inamdar committed Dec 28, 2017
1 parent e118c59 commit 8a72577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use GoldSpecDigital\VoodooSmsSdk\Client;

$client = new Client('username', 'password', 'CompanyName');

$response = $client->send('This is a test message','07712345678');
$response = $client->send('This is a test message', '07712345678');

var_dump($response);

Expand Down

0 comments on commit 8a72577

Please sign in to comment.