Skip to content

Commit 56c19bb

Browse files
committed
Small readme change
1 parent c4cdfea commit 56c19bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ var diffs = DiffBuilder
157157
.Build();
158158
```
159159

160-
### Attr Compare options
160+
### Attribute Compare options
161161
The library supports various ways to perform attribute comparison.
162162

163-
#### Strict name and value comparison
163+
#### Basic name and value comparison
164164
The *"name and value comparison"* is the base comparison option, and that will test if both the names and the values of the control and test attributes are equal. E.g.:
165165

166166
- `attr="foo"` is the same as `attr="foo"`

0 commit comments

Comments
 (0)