From 99463821a14bcb9a1abca79e4c00f653a8a36e21 Mon Sep 17 00:00:00 2001 From: Maximilian Hoffmann Date: Fri, 27 Nov 2015 18:23:23 +0000 Subject: [PATCH] fix readme the readme points to the wrong npm package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af8bf60..7b44dd5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Perform replacements (plain and regular expression) in the contents loaded by th ## Install: ```bash -$ npm install --save-dev replace-loader +$ npm install --save-dev string-replace-loader ``` ## Usage: