diff --git a/README.md b/README.md index bda21c5..84f4d37 100644 --- a/README.md +++ b/README.md @@ -15,32 +15,6 @@ You can install the package via composer: composer require okaufmann/laravel-horizon-doctor ``` -[//]: # (You can publish the config file with:) - -[//]: # () -[//]: # (```bash) - -[//]: # (php artisan vendor:publish --tag="laravel-horizon-doctor-config") - -[//]: # (```) - -[//]: # (This is the contents of the published config file:) - -[//]: # () -[//]: # (```php) - -[//]: # (return [) - -[//]: # (];) - -[//]: # (```) - -Optionally, you can publish the views using - -```bash -php artisan vendor:publish --tag="laravel-horizon-doctor-views" -``` - ## Usage ```bash