diff --git a/README.md b/README.md index 1e365dd64..58980ef11 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b #### BabelTransformer options -You can use babel's [transformers](http://babeljs.io/docs/advanced/transformers/) and [custom plugins](http://babeljs.io/docs/advanced/plugins/), +You can use babel's [transformers](http://henryzoo.com/babel.github.io/docs/advanced/transformers/) and [custom plugins](http://henryzoo.com/babel.github.io/docs/advanced/plugins/), and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpiler adding following configurations: ```ruby