Skip to content

Commit 639fb65

Browse files
author
Robert Righter
committed
documentation
1 parent ee79b35 commit 639fb65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Node-xml provides a SAX2 parser interface that can take a string, file.
1818
#SAX Parser#
1919

2020
##new libxml.SaxParser()##
21-
* Instantiate a new SaxParser
22-
* returns: a SaxParser object
21+
* Instantiate a new SaxParser
22+
* returns: a SaxParser object
2323

2424
##new libxml.SaxParser(callback)##
25-
* Instantiate a new SaxParser
26-
* returns: a SaxParser object
27-
* Arguments
28-
* callback - a function that accepts the new sax parser as an argument
25+
* Instantiate a new SaxParser
26+
* returns: a SaxParser object
27+
* Arguments
28+
*callback - a function that accepts the new sax parser as an argument
2929

3030
#Parse#
3131

0 commit comments

Comments
 (0)