Skip to content

Commit 4aee901

Browse files
isaacsrobrighter
authored andcommitted
Make the readme match the program name (not libxml)
1 parent 7d9cf20 commit 4aee901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Node-xml provides a SAX2 parser interface that can take a string, file. The pars
1818

1919
#SAX Parser#
2020

21-
##new libxml.SaxParser()##
21+
##new xml.SaxParser()##
2222
* Instantiate a new SaxParser
2323
* returns: a SaxParser object
2424

25-
##new libxml.SaxParser(callback)##
25+
##new xml.SaxParser(callback)##
2626
* Instantiate a new SaxParser
2727
* returns: a SaxParser object
2828
* Arguments

0 commit comments

Comments
 (0)