Skip to content

Commit 838f5f2

Browse files
committed
Fix README.md
1 parent c13e5f6 commit 838f5f2

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
@@ -36,7 +36,7 @@ Usually the last root is the one that contains most data. Or you check each root
3636
if it is a tag by using the `isXMLTag` helper function. Afterwards you can check
3737
the `XMLTag.innerXML` property for child nodes.
3838

39-
You can also use the `XMLTag.query` function to extract XML nodes with the help
39+
You can also use the `XMLTree.query` function to extract XML nodes with the help
4040
of selectors as known from CSS. It depends on the selector and use case whether
4141
this is faster than a custom walk through the tree nodes.
4242

0 commit comments

Comments
 (0)