Skip to content

Commit ebf0c4e

Browse files
carusogabrielsebastianbergmann
authored andcommitted
Use diff block code
1 parent e091609 commit ebf0c4e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ print $differ->diff('foo', 'bar');
2727
```
2828

2929
The code above yields the output below:
30-
31-
--- Original
32-
+++ New
33-
@@ @@
34-
-foo
35-
+bar
30+
```diff
31+
--- Original
32+
+++ New
33+
@@ @@
34+
-foo
35+
+bar
36+
```
3637

3738
There are three output builders available in this package:
3839

0 commit comments

Comments
 (0)