diff --git a/README.md b/README.md index 9b43c4f9..fc3dbc8b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Create an empty `routes/web.php` file. This file will contain routes accessible ### Publishing the configuration file -``` +```php php artisan vendor:publish --provider='Stancl\Tenancy\TenancyServiceProvider' --tag=config ```