aboutsummaryrefslogtreecommitdiff
path: root/node_modules/make-dir/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/make-dir/readme.md')
-rw-r--r--node_modules/make-dir/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/make-dir/readme.md b/node_modules/make-dir/readme.md
index 23cf23252..c8b348305 100644
--- a/node_modules/make-dir/readme.md
+++ b/node_modules/make-dir/readme.md
@@ -1,4 +1,4 @@
-# make-dir [![Build Status: macOS & Linux](https://travis-ci.org/sindresorhus/make-dir.svg?branch=master)](https://travis-ci.org/sindresorhus/make-dir) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/e0vtt8y600w91gcs/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/make-dir/branch/master) [![Coverage Status](https://coveralls.io/repos/github/sindresorhus/make-dir/badge.svg)](https://coveralls.io/github/sindresorhus/make-dir)
+# make-dir [![Build Status: macOS & Linux](https://travis-ci.org/sindresorhus/make-dir.svg?branch=master)](https://travis-ci.org/sindresorhus/make-dir) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/e0vtt8y600w91gcs/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/make-dir/branch/master) [![codecov](https://codecov.io/gh/sindresorhus/make-dir/branch/master/graph/badge.svg)](https://codecov.io/gh/sindresorhus/make-dir)
> Make a directory and its parents if needed - Think `mkdir -p`
@@ -16,7 +16,7 @@
## Install
```
-$ npm install --save make-dir
+$ npm install make-dir
```