We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c689d commit 1d45cc0Copy full SHA for 1d45cc0
README.md
@@ -86,7 +86,7 @@ $graphViz->display($graphExporter->export($tree));
86
87
// Export to text.
88
$textExporter = new Text();
89
-echo $textExporter->export($tree); // [root [A [C [G [O] [P]] [H [Q] [R]]] [D [I [S] [T]] [J [U] [V]]]] [B [E [K [W] [X]] [L [Y] [Z]]] [F [M] [N]]]]⏎
+echo $textExporter->export($tree); // [root[A[C[G[O][P]][H[Q][R]]][D[I[S][T]][J[U][V]]]][B[E[K[W][X]][L[Y][Z]]][F[M][N]]]]⏎
90
```
91
92
## Code quality, tests and benchmarks
0 commit comments