From 25cb82c611bc8faeb611353539103b31465497d6 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Sat, 31 Oct 2015 15:06:11 -0700 Subject: [PATCH] Fix link --- packages/babel-plugin-transform-es2015-constants/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-transform-es2015-constants/README.md b/packages/babel-plugin-transform-es2015-constants/README.md index 5f9299972a..33c2610514 100644 --- a/packages/babel-plugin-transform-es2015-constants/README.md +++ b/packages/babel-plugin-transform-es2015-constants/README.md @@ -36,4 +36,4 @@ require("babel-core").transform("code", { ## Note -This transform on its own will compile `const` to `let`. 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-scoped-functions). +This transform on its own will compile `const` to `let`. 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).