Skip to content

Commit a0ec037

Browse files
authored
Update README.md
1 parent 476699a commit a0ec037

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
@@ -26,14 +26,14 @@ The function can of course be used on all CSS specifications that can work with
2626

2727
## Installation
2828
To use the plugin, it can either be installed via npm or the `index.js` must be inserted into the development environment.
29-
If the script is inserted manually, the `index.js` script must be renamed to `postcss-responsive-value.js`.
29+
If the script is inserted manually, the `index.js` script must be renamed to `postcss-responsive-css-values.js`.
3030

3131
### PostCSS registration
3232
In order for the plugin to be used in the PostCSS build process, it must be registered in the PostCSS config file.
3333
```js
3434
export default {
3535
plugins: {
36-
"postcss-responsive-value": {},
36+
"postcss-responsive-css-values": {},
3737
}
3838
}
3939
```
@@ -59,7 +59,7 @@ You can also define the default breakpoint yourself. This must be specified in t
5959
```js
6060
export default {
6161
plugins: {
62-
'postcss-responsive-value': { breakpoint: '1920' },
62+
'postcss-responsive-css-values': { breakpoint: '1920' },
6363
}
6464
}
6565
```

0 commit comments

Comments
 (0)