Skip to content

Commit cd4312f

Browse files
author
User
committed
Update README
1 parent 9f23afa commit cd4312f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Domselect
22

3-
Domselect provides high-level API to work with structure of HTML document using one of HTML processing backend.
4-
To work with HTML document you have to create so-called selector object from raw content of HTML document.
3+
Domselect provides univeral interface to work with structure of HTML document built by one of supported HTML
4+
processing engines. To work with HTML document you have to create so-called selector object from raw content of HTML document.
55
That selector will be bound to the root node of HTML structure. Then you can call different methods of these selector
66
to build other selectors bound to nested parts of HTML structure.
77

0 commit comments

Comments
 (0)