Skip to content

Commit

Permalink
cleaning up copy/paste error event in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaufman committed Mar 19, 2018
1 parent e6b955e commit 501c07a
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 @@ -52,7 +52,6 @@ Given our model, this would produce the following event stream:
{"event": "link", "executeID":0, "linkID": 1} // indicates f1() was "linked" in the call to "setTimeout()"
{"event": "cause", "executeID":0, "linkID": 1, "causeID": 2}
{"event": "link", "executeID":0, "linkID": 3} // indicates f2() was "linked" in the call to "then()"
{"event": "cause", "executeID":0, "linkID": 1, "causeID": 2}
{"event": "executeEnd", "executeID": 0 } // main program body is ending

{"event": "executeBegin", "executeID": 4, "causeID":2 } // callback f1() is now starting
Expand Down

0 comments on commit 501c07a

Please sign in to comment.