diff --git a/doc/usage.md b/doc/usage.md index 23119e367b..19116d3ac7 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -184,6 +184,8 @@ require("6to5/register")({ }); ``` +**NOTE:** Using 6to5-node or `require("6to5/register")`, 6to5 will check what features are available in the current environment and blacklists them if they're supported. + #### Options ```javascript