Skip to content

Commit 244aa30

Browse files
committed
t
1 parent 8918fe1 commit 244aa30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Installation
99
```
1010
composer require wangta69/laravel-editor
11-
php artisan pondol:install editor
11+
php artisan pondol:install-editor
1212
```
1313

1414
## Tests

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class InstallCommand extends Command
1010
*
1111
* @var string
1212
*/
13-
protected $signature = 'pondol:install {composer} {type=full}'; // full, simple, skip
13+
protected $signature = 'pondol:install-editor {type=full}'; // full, simple, skip
1414

1515
/**
1616
* The console command description.

0 commit comments

Comments
 (0)