Skip to content

Commit aa93507

Browse files
author
Enno Woortmann
committed
fix readme
1 parent f21bcef commit aa93507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Summary:
514514
In this example the **AcceptOpenSuggestionForSong** step found a matching open suggestion and successfully accepted the suggestion.
515515
Consequently, the further workflow execution is skipped.
516516

517-
### Custom-output-formatter
517+
### Custom output formatter
518518

519519
The output of the `debug` method can be controlled via an implementation of the `OutputFormat` interface.
520520
By default a string representation of the execution will be returned (just like the example outputs).
@@ -527,7 +527,7 @@ Currently the following additional formatters are implemented:
527527
| `WorkflowGraph` | Creates a SVG file containing a graph which represents the workflow execution. The generated image will be stored in the provided target directory. Requires `dot` executable.<br />Example:<br />`$result->debug(new WorkflowGraph('/var/log/workflow/graph'));` |
528528
| `GraphViz` | Returns a string containing [GraphViz](https://graphviz.org/) code for a graph representing the workflow execution. <br />Example:<br />`$result->debug(new GraphViz());`|
529529

530-
## Tests ##
530+
## Tests
531531

532532
The library is tested via [PHPUnit](https://phpunit.de/).
533533

0 commit comments

Comments
 (0)