Clarify usage in node env

This commit is contained in:
Alberto Leal
2014-12-15 00:35:17 -05:00
parent 711f84c826
commit 1673f78ab5

View File

@@ -167,7 +167,7 @@ to5.transformFile("filename.js", options, function (err, result) {
All subsequent files required by node with the extensions `.es6` and `.js` will
be transformed by 6to5. The polyfill specified in [Polyfill](polyfill.md) is
also required.
also required; but this is automatically loaded when using:
```javascript
require("6to5/register");