Skip to content

Commit

Permalink
Fix for wrong publish config command in readme, resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Jun 1, 2020
1 parent 1ffdc1e commit 7aada40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Include this fieldset to all collections where you want to control SEO (those wi
You can override the default options by publishing the configuration:

```
php artisan vendor:publish --provider="cnj/seotamic" --tag=config
php artisan vendor:publish --provider="Cnj\Seotamic\ServiceProvider" --tag=config
```

This will copy the default config file to `config/seotamic.php'.
Expand Down

0 comments on commit 7aada40

Please sign in to comment.