Skip to content

Commit 69cfbf8

Browse files
authored
Update README.md
Add quotes to vendor publish provider argument
1 parent 87d1776 commit 69cfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
2020
Publish the migration and the configuration file using
2121

2222
```bash
23-
php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
23+
php artisan vendor:publish --provider="BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider"
2424
```
2525

2626
And run the migrations:

0 commit comments

Comments
 (0)