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