From edbb2518bf8bf977d9b87a82f1164b705db0a427 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 27 Jul 2017 14:11:50 +0100 Subject: [PATCH] Update wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a608f1..4ca138d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Mocks the require command to include the current package when the `name` from the current `package.json` is required. -Uses `process.cwd()` to find the current `package.json` so this is only meant to be used as a dev dependency for testing. This will not work on a published package! +Uses `process.cwd()` to find the current `package.json` so this is only meant to be used in scripts executed from the CLI. This will not work on a published package! ## Install