Skip to content

Commit

Permalink
Clarify that we'll explain how to create promises later.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jul 29, 2013
1 parent c8ae9a3 commit 12c1bb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ event loop (i.e. `process.nextTick` in Node). This gives you a nice
guarantee when mentally tracing the flow of your code, namely that
``then`` will always return before either handler is executed.

In this tutorial, we begin with how to consume and work with promises. We'll
talk about how to create them, and thus create functions like
`promiseMeSomething` that return promises, [below](#the-beginning).


### Propagation

Expand Down

0 comments on commit 12c1bb9

Please sign in to comment.