Skip to content

Commit f588fc1

Browse files
Update README.md
1 parent ac2a6a6 commit f588fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composer require codedor/laravel-livewire-forms
1313
You can publish the config file with:
1414

1515
```bash
16-
php artisan vendor:publish --tag="livewire-forms-config"
16+
php artisan vendor:publish --tag="laravel-livewire-forms-config"
1717
```
1818

1919
This is the contents of the published config file:
@@ -30,7 +30,7 @@ return [
3030
Optionally, you can publish the views using
3131

3232
```bash
33-
php artisan vendor:publish --tag="livewire-forms-views"
33+
php artisan vendor:publish --tag="laravel-livewire-forms-views"
3434
```
3535

3636
## Usage
@@ -55,4 +55,4 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
5555

5656
## Upgrading
5757

58-
Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.
58+
Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.

0 commit comments

Comments
 (0)