diff --git a/README.md b/README.md index c9d37ae..81b63f6 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Well be annoyed no more! Simply install this plugin to automatically hook into W 1. Add this to your project: ```sh - yarn add --dev relay-compiler-webpack-plugin + yarn add --dev @dhau/relay-compiler-webpack-plugin # Or if you're using npm - npm install --save-dev relay-compiler-webpack-plugin + npm install --save-dev @dhau/relay-compiler-webpack-plugin ``` 2. Add the plugin to your Webpack configuration: diff --git a/package.json b/package.json index ff36dc5..e81d0cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhau/relay-compiler-webpack-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Automatically run the Relay Compiler from Webpack", "repository": { "type": "git",