From ce53c7668a2ed32457a275fdb97c5fb7927de279 Mon Sep 17 00:00:00 2001 From: MICHAEL JACKSON Date: Thu, 2 Nov 2017 10:36:05 -0700 Subject: [PATCH] Fix unpkg link (#6730) [skip ci] --- packages/babel-standalone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-standalone/README.md b/packages/babel-standalone/README.md index 81681ef825..4743209f7f 100644 --- a/packages/babel-standalone/README.md +++ b/packages/babel-standalone/README.md @@ -18,7 +18,7 @@ Installation There are several ways to get a copy of @babel/standalone. Pick whichever one you like: -- Use it via UNPKG: https://unpkg.com/@babel/standalone@6/babel.min.js. This is a simple way to embed it on a webpage without having to do any other setup. +- Use it via UNPKG: https://unpkg.com/@babel/standalone/babel.min.js. This is a simple way to embed it on a webpage without having to do any other setup. - Install via Bower: `bower install @babel/standalone` - Install via NPM: `npm install --save @babel/standalone` - Manually grab `babel.js` and/or `babel.min.js` from the [GitHub releases page](https://github.com/Daniel15/babel-standalone/releases). Every release includes these files.