Skip to content

Commit a400b5a

Browse files
committed
Fix instructions
1 parent 91aedc8 commit a400b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Next, run
4444
In this example, it will create `test/multidep` and install broccoli 0.16.3
4545
and broccoli 1.0.0 somewhere inside the `test/multidep` directory.
4646

47-
To run `multidep` automatically after `npm install`, add it as a "pretest"
48-
hook to your `package.json`:
47+
To run `multidep` automatically before your test suite (when you run `npm
48+
test`), add it as a "pretest" hook to your `package.json`:
4949

5050
```json
5151
{

0 commit comments

Comments
 (0)