Skip to content

Commit

Permalink
Merge pull request #4 from incraigulous/patch-1
Browse files Browse the repository at this point in the history
The vendor:publish command was incorrect.
  • Loading branch information
jdavidbakr committed May 31, 2016
2 parents 7defd42 + 661fef3 commit bc1e1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jdavidbakr\MailTracker\MailTrackerServiceProvider::class,

Publish the config file and migration
``` bash
$ php artisan vendor publish
$ php artisan vendor:publish
```

Run the migration
Expand Down

0 comments on commit bc1e1d1

Please sign in to comment.