Skip to content

Commit 8b5fba2

Browse files
authored
Update README to include link to the demo codes.css file
1 parent 35e31c5 commit 8b5fba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ $htmlDiff = new HtmlDiff($oldHtml, $newHtml);
4141
$content = $htmlDiff->build();
4242
```
4343

44+
## CSS Example
45+
46+
See https://github.com/caxy/php-htmldiff/blob/master/demo/codes.css for starter CSS you can use for displaying the HTML diff output.
47+
4448
## Configuration
4549

4650
The configuration for HtmlDiff is contained in the `Caxy\HtmlDiff\HtmlDiffConfig` class.

0 commit comments

Comments
 (0)