diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ffad5..de2e94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,7 @@ All notable changes to this project will be documented in this file. ## [1.0.0] - 2021-09-27 - Initial release + +## [1.0.1] - 2021-10-18 +- README Update +- Bug Fix diff --git a/README.md b/README.md index ce59e66..bc46f85 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ composer require touhidurabir/laravel-meta-fields To publish the config and migration file: ```bash -php artisan vendor:publish --provider="Touhidurabir\ModelRepository\ModelRepositoryServiceProvider" +php artisan vendor:publish --provider="Touhidurabir\MetaFields\MetaFieldsServiceProvider" ``` ## Configuration