Skip to content

Commit 12ddebd

Browse files
authored
Update README.md
1 parent 47676b2 commit 12ddebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Efficient parsing and querying of HTML documents.
99

1010
LazyHTML is designed around lazy HTML documents. Documents are parsed
1111
and kept natively in memory for as long as possible. Query selectors
12-
are executed in native code for performance. Under the hood, LazyHTML
13-
uses [Lexbor](https://github.com/lexbor/lexbor), a fast, dependency-free
14-
and comprehensive HTML engine, written entirely in C.
12+
are executed in native code for performance and adheres to browser standards.
13+
Under the hood, LazyHTML uses [Lexbor](https://github.com/lexbor/lexbor),
14+
a fast, dependency-free and comprehensive HTML engine, written entirely in C.
1515

1616
LazyHTML works with a flat list of nodes and all operations are batched
1717
by default, as shown below:

0 commit comments

Comments
 (0)