Skip to content

Commit

Permalink
Remove syntax highlight from debug command output
Browse files Browse the repository at this point in the history
in README
  • Loading branch information
szepeviktor authored Jul 13, 2022
1 parent 8b0fd4f commit 3214f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ $stateMachine->metadata()->transition('ask_for_changes', 'invalid', 'default');

An artisan command for debugging graphs is included. It accepts the name of the graph as an argument. If no arguments are passed, the graph name will be asked interactively.

```bash
```
$ php artisan winzou:state-machine:debug simple
+--------------------+-----------------------+
Expand Down

0 comments on commit 3214f96

Please sign in to comment.