Skip to content

Commit fb9269a

Browse files
Updating README.md.
1 parent 74a79e4 commit fb9269a

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
@@ -177,7 +177,7 @@ The implementation is all agnostic about namespaces. It just expects XSLT elemen
177177

178178
HTML per se is not strict XML. Because of that, starting on version 2.0.0, this library handles HTML differently than XML:
179179

180-
- For a document to be treated as HTML, it needs to have a `<!DOCTYPE>` tag defined with one of the two valid formats:
180+
- For a document to be treated as HTML, it needs to have a `<!DOCTYPE>` tag defined with one of the following valid formats:
181181
- `<!DOCTYPE html>` (for HTML5);
182182
- `<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">` (for HTML4);
183183
- `<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">` (for XHTML 1.1).

0 commit comments

Comments
 (0)