Skip to content

Commit

Permalink
fix words 0d0357e
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Oct 17, 2016
1 parent 0d0357e commit 5bd25d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Use [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) (Re
// .babelrc
// no need to set style property in react-native
{
"plugins": [["ipmort", { "style": "css", "libraryName": "antd-mobile" }]]
"plugins": [["import", { "style": "css", "libraryName": "antd-mobile" }]]
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ AppRegistry.registerComponent('HelloWorldApp', () => HelloWorldApp);
// .babelrc
// react-native 中无需设置 style 属性
{
"plugins": [["ipmort", { "style": "css", "libraryName": "antd-mobile" }]]
"plugins": [["import", { "style": "css", "libraryName": "antd-mobile" }]]
}
```

Expand Down

0 comments on commit 5bd25d9

Please sign in to comment.