Skip to content

Commit 8a86282

Browse files
committed
docs: fix example with root
1 parent 45a42ee commit 8a86282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ posthtml --help
4141
$ posthtml input.html -o output.html -u posthtml-bem --posthtml-bem.elemPrefix __
4242
$ posthtml inputFolder/*.html -o outputFolder
4343
$ posthtml inputFolder/**/*.html -o outputFolder -a
44-
$ posthtml inputFolder/**/*.html -o outputFolder -a -r inputFolder
44+
$ posthtml '**/*.html' -o outputFolder -a -r inputFolder
4545
```
4646
> ⚠️ Please note that when using patterns on the command line `*` and `!` escaping of characters is necessary. When using as **npm** scripts, you only need to screen the pattern `*`. [About the reasons](https://github.com/posthtml/posthtml-cli/issues/317#issuecomment-676330082)
4747

0 commit comments

Comments
 (0)