luciotato / waitfor

Sequential programming for node.js, end of callback hell / pyramid of doom
MIT License
531 stars 29 forks source link

Error in the "Usage" section in the documentation page #5

Closed andreifecioru closed 11 years ago

andreifecioru commented 11 years ago

In the documentation there is a section called Usage at the bottom of the page. At line 2 you do something like:

wait.launch(my_seq_function, arg,arg,...)

There is no such function called launch() exported by you module. It should be:

wait.launchFiber(my_seq_function, arg,arg,...)

All best, Andrei.

luciotato commented 11 years ago

fixed, thanks! (launchFiber was launch on an earlier version)