Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Nov 6, 2019
1 parent 871a825 commit 94c4190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ NEXMO_PRIVATE_KEY=

Then add your call from number and voice to `config/services.php` under the `nexmo` key. You can review the [available voices in the Nexmo documentation](https://developer.nexmo.com/voice/voice-api/guides/text-to-speech).

```
```php
'nexmo' => [
'call_from' => env('NEXMO_CALL_FROM'),
'call_voice' => env('NEXMO_CALL_VOICE', 'Kimberly'),
Expand Down

0 comments on commit 94c4190

Please sign in to comment.