kriszyp / node-promise

Promise utilities for Node
397 stars 42 forks source link

Better documentation #12

Open fresheneesz opened 11 years ago

fresheneesz commented 11 years ago

This project seriously needs some better documentation. I can hardly figure out how to do more than just the basic things. Please list the methods that promises objects have, as well not only listing the utility functions (which you've done) but list out their exact behavior (inputs, outputs). Currently the docs haphazardly mix specification with random examples.

And use some mark down headers please!