Skip to content

Commit 56c020d

Browse files
committed
wip
1 parent 5d4bf8f commit 56c020d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
## [1.0.0] - 2021-09-27
77
- Initial release
8+
9+
## [1.0.1] - 2021-10-18
10+
- README Update
11+
- Bug Fix

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ composer require touhidurabir/laravel-meta-fields
1212

1313
To publish the config and migration file:
1414
```bash
15-
php artisan vendor:publish --provider="Touhidurabir\ModelRepository\ModelRepositoryServiceProvider"
15+
php artisan vendor:publish --provider="Touhidurabir\MetaFields\MetaFieldsServiceProvider"
1616
```
1717

1818
## Configuration

0 commit comments

Comments
 (0)