From 7aada4015b26428b8806695c8d79bc0e81677019 Mon Sep 17 00:00:00 2001 From: Martin Koterle Date: Mon, 1 Jun 2020 16:58:19 +0200 Subject: [PATCH] Fix for wrong publish config command in readme, resolves #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2daa49..6423fd1 100644 --- a/README.md +++ b/README.md @@ -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'.