Skip to content

Commit

Permalink
fix(docs): correct browser support. Closes #1643
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed May 24, 2019
1 parent 7f54eec commit 4622700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion intro.md
Expand Up @@ -244,7 +244,9 @@ __Development:__ [async.js](https://raw.githubusercontent.com/caolan/async/maste

### In the Browser

Async should work in any ES5 environment (IE9 and above).
Async should work in any ES2015 environment (Node 6+ and all modern browsers).

If you want to use Async in an older environment, (e.g. Node 4, IE11) you will have to transpile.

Usage:

Expand Down

0 comments on commit 4622700

Please sign in to comment.