Skip to content

Commit c388972

Browse files
committed
Merge pull request #166 from mathiasrw/patch-1
Added --save-dev to install instruction
2 parents 74635e7 + 2280128 commit c388972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ $ node object.js test/x.js test/y.js
344344
With [npm](https://npmjs.org) do:
345345

346346
```
347-
npm install tape
347+
npm install tape --save-dev
348348
```
349349

350350
# license

0 commit comments

Comments
 (0)