Skip to content

Commit be34b16

Browse files
committed
Clean up PostCSSS name
1 parent 0e17e50 commit be34b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ npm i -D postcss-load-config
2727
npm i -S|-D postcss-plugin
2828
```
2929

30-
Install all required postcss plugins and save them to your **package.json** `dependencies`/`devDependencies`
30+
Install all required PostCSS plugins and save them to your **package.json** `dependencies`/`devDependencies`
3131

32-
Then create a postcss config file by choosing one of the following formats
32+
Then create a PostCSS config file by choosing one of the following formats
3333

3434
### `package.json`
3535

@@ -142,7 +142,7 @@ module.exports = ({ env }) => ({
142142
})
143143
```
144144

145-
> ℹ️ When using an `{Object}`, the key can be a Node.js module name, a path to a JavaScript file that is relative to the directory of the postcss config file, or an absolute path to a JavaScript file.
145+
> ℹ️ When using an `{Object}`, the key can be a Node.js module name, a path to a JavaScript file that is relative to the directory of the PostCSS config file, or an absolute path to a JavaScript file.
146146
147147
#### `{Array}`
148148

0 commit comments

Comments
 (0)