update README.md

This commit is contained in:
afc163
2015-11-02 20:38:14 +08:00
parent 5c1c17b05f
commit 371c00bb69
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ ReactDOM.render(<Datepicker />, mountNode);
### 按需使用
```jsx
import "antd/lib/index.css"; // 只需在页面入口模块引用一次
import 'antd/lib/index.css'; // 只需在页面入口模块引用一次
import Datepicker from 'antd/lib/datepicker';
ReactDOM.render(<Datepicker />, mountNode);
```
+1 -1
View File
@@ -37,7 +37,7 @@ ReactDOM.render(<Datepicker />, mountNode);
### Use on demand
```jsx
import "antd/lib/index.css"; // only need to import once in entry module
import 'antd/lib/index.css'; // only need to import once in entry module
import Datepicker from 'antd/lib/datepicker';
ReactDOM.render(<Datepicker />, mountNode);
```