From 8a7257723c2280011b415eaadcf2f8f8d0336236 Mon Sep 17 00:00:00 2001 From: Matthew Inamdar Date: Thu, 28 Dec 2017 01:06:27 +0000 Subject: [PATCH] added space in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10369d1..14842cf 100644 --- a/README.md +++ b/README.md @@ -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);