Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 9ae287e

Browse files
authored
Update README.md
1 parent 6693c80 commit 9ae287e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ $result = (new ElementFishGenerator(6))->setDebug(true)->setStrictMode(true)->se
2929
'*IBLOCK_SECTION_ID' => 'randomSection'
3030
])->generate(1);
3131

32-
print_r($result);
32+
echo '<pre>';
33+
print_r($result);
34+
echo '</pre>';
3335
?>
3436
```
3537

0 commit comments

Comments
 (0)