Skip to content

Commit e5b4eb8

Browse files
authoredSep 3, 2018
Update README.md
1 parent 5253dcd commit e5b4eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The package will automatically register itself.
2828
You can publish the migration with:
2929

3030
```bash
31-
php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="migrations"
31+
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="migrations"
3232
```
3333

3434
After the migration has been published you can create the media-table by running the migrations:
@@ -40,7 +40,7 @@ php artisan migrate
4040
You can publish the config-file with:
4141

4242
```bash
43-
php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="config"
43+
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="config"
4444
```
4545

4646
## Usage

0 commit comments

Comments
 (0)