diff --git a/README.md b/README.md index 6b77ae2..0d58b68 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ composer require afzalsabbir/slug-generator // ... } ``` -- Publish the config file to customize the slug generation. +- Publish the config file to customize the slug generation. \ + _[**Note:** if facing any issue run `php artisan vendor:publish` and find `AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider` to publish]_ ```php php artisan vendor:publish --provider="AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider" --tag="config" ```