diff --git a/README.md b/README.md index 1fd099a..464ed8e 100644 --- a/README.md +++ b/README.md @@ -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: