Skip to content

Commit

Permalink
add a note about npm install promise
Browse files Browse the repository at this point in the history
  • Loading branch information
BertHartm committed Oct 11, 2014
1 parent cfccdc0 commit 0dc4383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ex3-nonBlock.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// install "promises" through npm before running
/// npm install promise

// out of order execution

console.log("starting");
Expand Down

0 comments on commit 0dc4383

Please sign in to comment.