Skip to content

Commit 1078847

Browse files
committed
🔨 fix-readme
- add a command snippet to readme for config publish.
1 parent aeb172e commit 1078847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ You can install the package via composer:
1414
composer require anuzpandey/laravel-nepali-date
1515
```
1616

17-
Optionally, you can publish the views using
17+
Optionally, you can publish the config file with:
1818

1919
```bash
20-
php artisan vendor:publish --tag="laravel-nepali-date-views"
20+
php artisan vendor:publish --tag="nepali-date-config"
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)