Skip to content

Commit b3f41cc

Browse files
committed
Fix format and typo in README
1 parent eec5835 commit b3f41cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ $content = $htmlDiff->build();
4646
The configuration for HtmlDiff is contained in the `Caxy\HtmlDiff\HtmlDiffConfig` class.
4747

4848
There are two ways to set the configuration:
49+
4950
1. [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

7980
You can also set the configuration by creating an instance of
8081
`Caxy\HtmlDiff\HtmlDiffConfig` and using it when creating a new `HtmlDiff`

0 commit comments

Comments
 (0)