Browse Source

yarn add -D is more suitable

pull/31/head
shuizhongyueming 7 years ago
parent
commit
235ef47659
  1. 2
      README.md
  2. 2
      README_CN.md

2
README.md

@ -76,7 +76,7 @@ $ npm install postcss-px-to-viewport --save-dev
```
or yarn
```
$ yarn add postcss-px-to-viewport
$ yarn add -D postcss-px-to-viewport
```
### Usage

2
README_CN.md

@ -76,7 +76,7 @@ $ npm install postcss-px-to-viewport --save-dev
```
或者使用yarn进行安装
```
$ yarn add postcss-px-to-viewport
$ yarn add -D postcss-px-to-viewport
```
### 配置参数

Loading…
Cancel
Save