Docs: fix claim about node versions in readme

This commit is contained in:
Kevin Gibbons 2017-09-16 00:29:58 -07:00 committed by GitHub
parent f3fe5001e6
commit 4df876b4b5

View File

@ -100,7 +100,7 @@ If you are targeting IE 8 and Chrome 55 it will include all plugins required by
### Support a target option `"node": "current"` to compile for the currently running node version.
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.
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.
### Support a `browsers` option like autoprefixer