Skip to content

Commit 0a3f52d

Browse files
committed
Merge branch 'master' into console-support
2 parents d3de726 + 5a20d89 commit 0a3f52d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ composer require jblond/php-diff
2727

2828
## Example Use
2929

30+
<details><summary>Example Code</summary><br>
31+
3032
```PHP
3133
<?php
3234
use jblond\Diff;
@@ -58,9 +60,12 @@ $renderer = new SideBySide([
5860
echo $diff->Render($renderer);
5961
```
6062

63+
</details>
64+
6165
### Example Output
66+
A quick usage example can be found in the `example/` directory and under example.php. Included is a light theme and a dark theme.
6267

63-
A quick usage example can be found in the `example/` directory and under example.php.
68+
<details><summary>Example Pictures</summary><br>
6469

6570
#### HTML Side By Side Example
6671

@@ -85,7 +90,9 @@ A quick usage example can be found in the `example/` directory and under example
8590
#### Text Unified Console Example
8691

8792
![Text Unified Console Example](textUnifiedCli.png "Text Unified Console Example")
93+
#### Text Unified Console Example
8894

95+
![Text Unified Console Example](textUnifiedCli.png "Text Unified Console Example")
8996
## Requirements
9097

9198
* PHP 7.2 or greater

0 commit comments

Comments
 (0)