diff --git a/README.md b/README.md index 1cde341..811d56b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Install the plugin ``` $ npm install --save-dev babel-plugin-module-resolver ``` +or +``` +$ yarn add --dev babel-plugin-module-resolver +``` Specify the plugin in your `.babelrc` with the custom root or alias. Here's an example: ```json