Skip to content

[doc] update README#33

Open
Chunlin-Li wants to merge 2 commits into
jmar777:masterfrom
Chunlin-Li:master
Open

[doc] update README#33
Chunlin-Li wants to merge 2 commits into
jmar777:masterfrom
Chunlin-Li:master

Conversation

@Chunlin-Li

Copy link
Copy Markdown

Request to update README.

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

Thanks!

Comment thread README.md
*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:

Copy link
Copy Markdown

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