Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] update README #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[doc] update README #33

wants to merge 2 commits into from

Conversation

Chunlin-Li
Copy link

Request to update README.

  1. .async(fn*) rename to .callback(fn*)
  2. Thunks not support
  3. Main node version support generator well.

Thanks!


*Related reading for the generator-uninitiated: [What's the Big Deal with Generators?](http://devsmash.com/blog/whats-the-big-deal-with-generators)*

**Note:** Generators are a new feature in ES6 and are still hidden behind the `--harmony-generators` (or the more general `--harmony`) flag in V8:
**Note:** Generators are a new feature in ES6. If your node version too early to support it directly, try the `--harmony-generators` (or the more general `--harmony`) flag in V8:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If your node version is too early to support it directly, try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants