Skip to content

Commit a7a77ce

Browse files
authored
Merge pull request #24 from colinmackinlay/colinmackinlay-patch-1
Update README.md fixes issue#23
2 parents 91e1296 + b57b334 commit a7a77ce

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)