Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatteis committed Oct 19, 2018
1 parent 07e21a6 commit 5c92989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ bp.addBThread('console.log', ++priority, function*() {
yield {
wait: () => true
};
console.log(this.lastEvent);
console.log(this.lastEvent());
}
});

Expand Down

0 comments on commit 5c92989

Please sign in to comment.