Skip to content

Commit 5b9cebe

Browse files
author
angel cruz
committed
Fixed what needed fixing and squished some bugs. 🐛
1 parent eacfeb1 commit 5b9cebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ composer require tepuilabs/simple-crm
2020
You can publish the modesl with:
2121

2222
```bash
23-
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="models"
23+
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="simple-crm-models"
2424
```
2525

2626
You can publish and run the migrations with:
2727

2828
```bash
29-
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="migrations"
29+
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="simple-crm-migrations"
3030
php artisan migrate
3131
```
3232

0 commit comments

Comments
 (0)