From c4c9c6f1236d510fd716a0f920d8e631f19c25a8 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 13 Nov 2015 20:15:52 -0800 Subject: [PATCH] Fix transform-es2015-block-scoping link --- packages/babel-plugin-check-es2015-constants/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-check-es2015-constants/README.md b/packages/babel-plugin-check-es2015-constants/README.md index 0bd2c3b4ab..0401a3f5c0 100644 --- a/packages/babel-plugin-check-es2015-constants/README.md +++ b/packages/babel-plugin-check-es2015-constants/README.md @@ -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).