1
0
mirror of synced 2026-05-22 22:53:20 +00:00

update readme

This commit is contained in:
Lee Treveil
2012-11-08 19:04:12 +00:00
parent c6abc8295a
commit cbb9637f8c
+1 -1
View File
@@ -60,7 +60,7 @@ parser.on('TLEN', function(result) {
});
```
The ``done``` event will be raised when parsing has finished or an error has occurred. This could be
The ```done``` event will be raised when parsing has finished or an error has occurred. This could be
used to disconnect from the stream as soon as parsing has finished, saving bandwidth.
```javascript