Skip to content

Commit 1d45cc0

Browse files
committed
Update the README file based on latest changes on Text exporter.
1 parent e0c689d commit 1d45cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $graphViz->display($graphExporter->export($tree));
8686

8787
// Export to text.
8888
$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]]]]⏎
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]]]]⏎
9090
```
9191

9292
## Code quality, tests and benchmarks

0 commit comments

Comments
 (0)