Skip to content

Commit b57b334

Browse files
Update README.md fixes issue#23
vendor:publish instructions showed too many backslashes so didn't work when copied and pasted
1 parent 91e1296 commit b57b334

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)