Skip to content

Commit

Permalink
update the README file to reflect the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imknight committed Jun 8, 2015
1 parent 6f54a4f commit 6f219ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Nexmo for Laravel 4
Nexmo for Laravel 5
==============

Implements a service for Nexmo messaging based on
Expand All @@ -21,6 +21,10 @@ Add a ServiceProvider to your providers array in `app/config/app.php`:

)

### Publish the Vendor Config

php artisan vendor:publish --provider="Artistan\Nexmo\NexmoServiceProvider"

### Usage - work in progress

Sending SMS via the Nexmo SMS gateway.
Expand Down

0 comments on commit 6f219ba

Please sign in to comment.