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

Commit

Permalink
Fixed some README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Sep 11, 2019
1 parent 3d46fdd commit b953d30
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 @@ -113,11 +113,11 @@ To do this:

1. `composer require nexmo/client-core` to install the Core SDK
2. Install your own `httplug`-compatible adapter. For example, to use Symfony's HTTP Client:
1. `composer require symfony/http-client php-http/message-factory php-http/httplug nyholm/psr7`
1. `composer require symfony/http-client php-http/message-factory php-http/httplug nyholm/psr7`
3. `composer require nexmo/laravel` to install this package
4. In your `.env` file, add the following configuration:

NEXMO_HTTP_CLIENT="Symfony\\Component\\HttpClient\\HttplugClient"
`NEXMO_HTTP_CLIENT="Symfony\\Component\\HttpClient\\HttplugClient"`

You can now pull the `Nexmo\Client` object from the Laravel Service Container, or use the Facade
provided by this package.
Expand Down

0 comments on commit b953d30

Please sign in to comment.