We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e31c5 commit 8b5fba2Copy full SHA for 8b5fba2
README.md
@@ -41,6 +41,10 @@ $htmlDiff = new HtmlDiff($oldHtml, $newHtml);
41
$content = $htmlDiff->build();
42
```
43
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
48
## Configuration
49
50
The configuration for HtmlDiff is contained in the `Caxy\HtmlDiff\HtmlDiffConfig` class.
0 commit comments