Skip to content

Commit 0b8eaa4

Browse files
Update README to reflect default class behavior
1 parent cc4f7f3 commit 0b8eaa4

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
@@ -46,7 +46,7 @@ diff = HTMLDiff.diff(old_text, new_text)
4646
Output:
4747

4848
```html
49-
The <del class="diffdel">quick </del>fox <del class="diffmod">jumped</del><ins class="diffmod">hopped</ins> over the <ins class="diffins">lazy</ins> dog.
49+
The <del>quick </del>fox <del>jumped</del><ins>hopped</ins> over the <ins>lazy</ins> dog.
5050
```
5151

5252
### Formatting the HTML Output

0 commit comments

Comments
 (0)