Skip to content

Commit 4f55115

Browse files
authored
Update README.md
1 parent 9e60959 commit 4f55115

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
@@ -12,7 +12,7 @@ This plugin is a highly recommended supplement to the base styled-components lib
1212
Install the plugin first:
1313

1414
```
15-
npm i -D babel-plugin-styled-components
15+
npm install --save-dev babel-plugin-styled-components
1616
```
1717

1818
Then add it to your babel configuration:
@@ -28,7 +28,7 @@ Then add it to your babel configuration:
2828
If you are using the styled-components v4 beta, you'll also need to use the beta version of this plugin:
2929

3030
```
31-
npm i -D babel-plugin-styled-components@beta
31+
npm install --save-dev babel-plugin-styled-components@beta
3232
```
3333

3434
Older versions should technically work, but some of the bundle size reduction benefits are only realized with the newer code!

0 commit comments

Comments
 (0)