From b05e0ef32903ca4817bef7fe7d9768335a1ae982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20G=C3=B6ktas?= Date: Fri, 20 Apr 2018 09:48:28 +0200 Subject: [PATCH] Fix npm beta label in README (#207) Previously, the instructions for usage with Babel 7 was to install the plugin with the label "next" which doesn't exist. The correct label is "beta". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ac9d6..1d05ecc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ npm install --save-dev rollup-plugin-babel@latest > babel 7.x - beta ```bash -npm install --save-dev rollup-plugin-babel@next +npm install --save-dev rollup-plugin-babel@beta ``` ## Usage