Skip to content

Commit 193585b

Browse files
authored
README: Example codestyle.
1 parent 25b7a65 commit 193585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ $diff = (new \Baraja\DiffGenerator\SimpleDiff)->compare($left, $right);
3232

3333
// simple render diff
3434
echo '<code><pre>'
35-
. htmlspecialchars((string) $diff)
36-
. '</pre></code>';
35+
. htmlspecialchars((string) $diff)
36+
. '</pre></code>';
3737
```
3838

3939
The `compare()` method returns a complete object `Diff` with the results of the comparison, from which you can get much more.

0 commit comments

Comments
 (0)