Skip to content

Commit 8775be1

Browse files
committed
Minor readme fixes.
1 parent bb83b30 commit 8775be1

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
@@ -28,11 +28,11 @@ Prevents overlapping for artisan console commands.
2828
use WithoutOverlapping;
2929
3030
protected $signature = 'foo';
31-
protected $description = 'Some dummy command';
31+
protected $description = 'Some dummy Foo command';
3232
3333
public function handle()
3434
{
35-
$this->info('Foo! Bar! Baz!');
35+
$this->info('Foo!');
3636
}
3737
}
3838
```

0 commit comments

Comments
 (0)