From b57b334dd0aff610a4ea84044f1372122f210bbe Mon Sep 17 00:00:00 2001 From: colinmackinlay Date: Tue, 7 Aug 2018 09:41:04 +0100 Subject: [PATCH] Update README.md fixes issue#23 vendor:publish instructions showed too many backslashes so didn't work when copied and pasted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: