Skip to content

Commit 2f5dd71

Browse files
authored
Merge pull request #104 from unstoppablecarl/patch-1
Update README.md
2 parents 3e2d862 + d62fb37 commit 2f5dd71

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
@@ -94,14 +94,14 @@ md-magic
9494
CLI usage example with options
9595

9696
```bash
97-
md-magic --path '**/*.md' --config ./config.file.js
97+
md-magic --file '**/*.md' --config ./config.file.js
9898
```
9999

100100
In NPM scripts, `npm run docs` would run the markdown magic and parse all the `.md` files in the directory.
101101

102102
```json
103103
"scripts": {
104-
"docs": "md-magic --path '**/*.md'"
104+
"docs": "md-magic --file '**/*.md'"
105105
},
106106
```
107107

0 commit comments

Comments
 (0)