From 9f6e02a0f5f94d5a7a5db95cecdf045f23ed61f0 Mon Sep 17 00:00:00 2001 From: Daniel Holmes Date: Sat, 22 Jul 2017 16:02:47 +1000 Subject: [PATCH] Update readme with correct package name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",