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

Commit

Permalink
corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elstamey authored Feb 25, 2017
1 parent d83ec4a commit 23aa942
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 @@ -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
Expand All @@ -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
[client-library]: https://github.com/Nexmo/nexmo-php

0 comments on commit 23aa942

Please sign in to comment.