File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ $content = $htmlDiff->build();
4646The configuration for HtmlDiff is contained in the ` Caxy\HtmlDiff\HtmlDiffConfig ` class.
4747
4848There are two ways to set the configuration:
49+
49501 . [ Configure an Existing HtmlDiff Object] ( #configure-an-existing-htmldiff-object )
50- 2 . [ Create and Use an HtmlDiffConfig Object] ( #create-and-use-an -htmldiffconfig-object )
51+ 2 . [ Create and Use a HtmlDiffConfig Object] ( #create-and-use-a -htmldiffconfig-object )
5152
5253#### Configure an Existing HtmlDiff Object
5354
@@ -74,7 +75,7 @@ $content = $htmlDiff->build();
7475
7576```
7677
77- #### Create and Use an HtmlDiffConfig Object
78+ #### Create and Use a HtmlDiffConfig Object
7879
7980You can also set the configuration by creating an instance of
8081` Caxy\HtmlDiff\HtmlDiffConfig ` and using it when creating a new ` HtmlDiff `
You can’t perform that action at this time.
0 commit comments