Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 4aa517d

Browse files
rafaelrinaldiMoOx
authored andcommitted
Docs: fix postcss CLI usage example (#289)
`postcss-cli` → `postcss`
1 parent 18be6de commit 4aa517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/postcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ npm install postcss-cli --save-dev
7878
```
7979

8080
Here is an example of the json config you might use with something like
81-
``$ postcss-cli -c postcss.config.json``.
81+
``$ postcss -c postcss.config.json``.
8282

8383
```js
8484
{

0 commit comments

Comments
 (0)