From 23aa942046f510054a54b8167c7ceb238e21680b Mon Sep 17 00:00:00 2001 From: elstamey Date: Sat, 25 Feb 2017 16:37:13 -0500 Subject: [PATCH] corrected a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4191d9..73a13a1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To use the Nexmo Client Library you can use the facade, or request the instance Nexmo::message()->send([ 'to' => '14845551244', 'from' => '16105552344', - 'text' => 'Using the facad to send a mesage.' + 'text' => 'Using the facade to send a mesage.' ]); //or @@ -62,4 +62,4 @@ To use the Nexmo Client Library you can use the facade, or request the instance For more information on using the Nexmo client library, see the [official client library repository][client-library]. -[client-library]: https://github.com/Nexmo/nexmo-php \ No newline at end of file +[client-library]: https://github.com/Nexmo/nexmo-php