Skip to content

Commit 6366464

Browse files
authored
Update README.md
Fixed minor typos in examples.
1 parent f512d59 commit 6366464

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
@@ -62,7 +62,7 @@ var mbe = MyBinlogEmitter({
6262

6363
mbe.on(Event.ANY, function(type, ...data){
6464
console.log(Event.eventName(type));
65-
}):
65+
});
6666

6767
mbe.start();
6868
```
@@ -209,7 +209,7 @@ mbe.on(BinlogEvent.WRITE_ROWS_EVENTv1, function(packet){
209209

210210
console.log(packet);
211211

212-
}):
212+
});
213213

214214
mye.start(function(err){
215215
console.log('started');

0 commit comments

Comments
 (0)