[Pkg-javascript-commits] [node-expat] 25/371: README: not only 3 events anymore
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 4b383ae9daa820d9b5563ffddffca97ef6101511
Author: Astro <astro at spaceboyz.net>
Date: Sun May 30 15:06:21 2010 +0200
README: not only 3 events anymore
---
README.markdown | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.markdown b/README.markdown
index d04dd08..573daaa 100644
--- a/README.markdown
+++ b/README.markdown
@@ -25,13 +25,13 @@ be bullshit, given my few node.js experience.
For using the library, make sure `build/default/expat.node` is in
either `$NODE_PATH` or `require.paths`.
-So far, three events are emitted by a parser:
+Important events emitted by a parser:
- *startElement* with `name, attrs`
- *endElement* with `name`
- *text* with `string`
-Use `test.js` for reference.
+There are more. Use `test.js` for reference.
## Error handling ##
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list