Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Sep 3, 2018
1 parent 5253dcd commit e5b4eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ The package will automatically register itself.
You can publish the migration with:

```bash
php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="migrations"
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="migrations"
```

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

```bash
php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="config"
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="config"
```

## Usage
Expand Down

0 comments on commit e5b4eb8

Please sign in to comment.