Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Nexmo/nexmo-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlytle committed Apr 19, 2017
2 parents a05c8b6 + 2a63e6f commit 9857550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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
Expand All @@ -64,4 +64,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
[client-library]: https://github.com/Nexmo/nexmo-php

0 comments on commit 9857550

Please sign in to comment.