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

Commit

Permalink
Merge pull request #11 from afolson/patch-1
Browse files Browse the repository at this point in the history
Typo fixes in README
  • Loading branch information
leggetter authored Jun 17, 2017
2 parents 9857550 + 8c12766 commit 5219a28
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 @@ -9,7 +9,7 @@ To install the PHP client library using Composer:

composer require nexmo/laravel

*Importaint note*: While the client library is in `beta`, requiring `nexmo/client` specifically avoids changing the
*Important note*: While the client library is in `beta`, requiring `nexmo/client` specifically avoids changing the
`minimum-stability` in your `composer.json`.

Alternatively, add these two lines to your composer require section:
Expand Down 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 facade to send a mesage.'
'text' => 'Using the facade to send a message.'
]);

//or
Expand Down

0 comments on commit 5219a28

Please sign in to comment.