Skip to content

Commit b29f902

Browse files
committed
fix - docs
1 parent c98e7c5 commit b29f902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ python -m htmldiffer file_one.html file_two.html
1616

1717
HTMLDiffer will take strings or files and return three html diffs: deleted diff, inserted diff, and a combined diff (showing both the deleted and inserted highlights). To use this in a library:
1818
HTMLDiffer will
19-
+ surround any text-level changes with `<span class="htmldiffer-[insert|delete]>`
19+
+ surround any text-level changes with `<span class="htmldiffer_[insert|delete]>`
2020
+ insert htmldiffer classes (`class="htmldiffer-tag-change_[insert|delete]`) into any tag-level changes (that is, if a tagname has changed, or any attribute inside a tag has changed)
2121

2222
```python

0 commit comments

Comments
 (0)