Fix transform-es2015-block-scoping link

This commit is contained in:
James Kyle 2015-11-13 20:15:52 -08:00
parent 11e50695d3
commit c4c9c6f123

View File

@ -36,4 +36,4 @@ require("babel-core").transform("code", {
## Note
This check will only validate consts. If you need it to compile down to `var` then you must also install and enable [`check-es2015-block-scoping`](../babel-plugin-check-es2015-block-scoping).
This check will only validate consts. If you need it to compile down to `var` then you must also install and enable [`transform-es2015-block-scoping`](../babel-plugin-transform-es2015-block-scoping).