Skip to content

Commit 61fa3f0

Browse files
update doc
1 parent 739b0c0 commit 61fa3f0

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
@@ -15,12 +15,12 @@ composer require laravellegends/interactive-model
1515
Example:
1616

1717
```bash
18-
php artisan ll:interactive-model User
18+
php artisan model:interactive User
1919
```
2020
or
2121

2222
```bash
23-
php artisan ll:interactive-model App\\Models\\User
23+
php artisan model:interactive App\\Models\\User
2424
```
2525

2626
```text

0 commit comments

Comments
 (0)