From 1673f78ab5d7ac99086df689fb9e4a56d97a38e0 Mon Sep 17 00:00:00 2001 From: Alberto Leal Date: Mon, 15 Dec 2014 00:35:17 -0500 Subject: [PATCH] Clarify usage in node env --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 4a474def03..23119e367b 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -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");