Skip to content

Commit 28fa45a

Browse files
danny-andrewsRyanZim
authored andcommitted
Update docs to quote glob options (postcss#154)
Fixes postcss#142.
1 parent 0ac612c commit 28fa45a

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
@@ -29,13 +29,13 @@ postcss [input.css] [OPTIONS] [-o|--output output.css] [-w|--watch]
2929
The input may also be a glob:
3030

3131
```bash
32-
postcss src/*.css [OPTIONS]
32+
postcss "src/*.css" [OPTIONS]
3333
```
3434

3535
Recursively read a directory:
3636

3737
```bash
38-
postcss src/**/*.css [OPTIONS]
38+
postcss "src/**/*.css" [OPTIONS]
3939
```
4040

4141
> ⚠️ If there are multiple input files, the --dir or --replace option must be passed.

0 commit comments

Comments
 (0)