Skip to content

Commit

Permalink
Clean style in readme example (microsoft#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebian authored and daiyip committed Oct 19, 2017
1 parent 2d7a086 commit f509c18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ zone1.broadcast('console.log("hello world");');

// Execute an anonymous function in any worker thread in 'zone1'.
zone1.execute(
(text) => {
return text;
},
(text) => text,
['hello napa'])
.then((result) => {
console.log(result.value);
Expand Down

0 comments on commit f509c18

Please sign in to comment.