Skip to content

Commit

Permalink
docs: Update introduce.zh-CN.md (ant-design#4193)
Browse files Browse the repository at this point in the history
* Update introduce.zh-CN.md

save dependency for `antd` using `npm i`

* Update introduce.zh-CN.md

Modify `-S` to `--save`

* Update introduce.en-US.md

add `--save` for `npm install`
  • Loading branch information
dickeylth authored and yesmeck committed Dec 11, 2016
1 parent 16808ee commit e280b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/introduce.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We supply a react implementation `antd` following Ant Design specification, whic
## Installation

```bash
$ npm install antd
$ npm install antd --save
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/react/introduce.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ title: Ant Design of React
## 安装

```bash
$ npm install antd
$ npm install antd --save
```

## 示例
Expand Down

0 comments on commit e280b1a

Please sign in to comment.