Skip to content

Commit

Permalink
Merge pull request #157 from jazzzz/patch-1
Browse files Browse the repository at this point in the history
Removed duplicated API method in documentation
  • Loading branch information
astro committed Jun 30, 2016
2 parents a8f66c3 + d4371ce commit 4fb9e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ Important events emitted by a parser:
* `#on('comment', function (s) {})`
* `#on('xmlDecl', function (version, encoding, standalone) {})`
* `#on('startCdata', function () {})`
* `#on('startCdata', function () {})`
* `#on('endCdata', function () {})`
* `#on('entityDecl', function (entityName, isParameterEntity, value, base, systemId, publicId, notationName) {})`
* `#on('error', function (e) {})`
Expand Down

0 comments on commit 4fb9e59

Please sign in to comment.