Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 75d96cb

Browse files
author
Artem Yavorsky
authored
Merge pull request #416 from babel/fix-docs
Docs: fix claim about node versions in readme
2 parents be7a61c + 35d57d2 commit 75d96cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you are targeting IE 8 and Chrome 55 it will include all plugins required by
100100

101101
### Support a target option `"node": "current"` to compile for the currently running node version.
102102

103-
For example, if you are building on Node 4, arrow functions won't be converted, but they will if you build on Node 0.12.
103+
For example, if you are building on Node 6, arrow functions won't be converted, but they will if you build on Node 0.12.
104104

105105
### Support a `browsers` option like autoprefixer
106106

0 commit comments

Comments
 (0)