diff --git a/packages/babel-template/README.md b/packages/babel-template/README.md index 25eb64cabf..a591bddf8a 100644 --- a/packages/babel-template/README.md +++ b/packages/babel-template/README.md @@ -130,7 +130,7 @@ Type: `string` #### options -`@babel/template` accepts all of the options from [babylon], and specifies +`@babel/template` accepts all of the options from [babylon](https://github.com/babel/babel/tree/master/packages/babylon), and specifies some defaults of its own: * `allowReturnOutsideFunction` is set to `true` by default.