Skip to content

Commit

Permalink
Update README.md fixes issue#23
Browse files Browse the repository at this point in the history
vendor:publish instructions showed too many backslashes so didn't work when copied and pasted
  • Loading branch information
colinmackinlay authored Aug 7, 2018
1 parent 91e1296 commit b57b334
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 @@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
Publish the migration and the configuration file using

```bash
php artisan vendor:publish --provider=BeyondCode\\EmailConfirmation\\EmailConfirmationServiceProvider
php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
```

And run the migrations:
Expand Down

0 comments on commit b57b334

Please sign in to comment.