Skip to content

Commit abd87ec

Browse files
committed
chore : readme refactor
1 parent 1535a65 commit abd87ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ By default Totem's dashboard only works in local environment. To view the dashbo
6060

6161
#### Making Commands available in `Laravel Totem`
6262

63-
All available commands can be scheduled. If you want to hide a command from Totem make sure you have the `hidden` attribute set to true in your command. For e.g.
63+
All artisan commands can be scheduled. If you want to hide a command from Totem make sure you have the `hidden` attribute set to true in your command. For e.g.
6464

6565
```
6666
protected $hidden = true;

0 commit comments

Comments
 (0)