Skip to content

Commit

Permalink
Merge 5c2f93b into 62dabb0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed May 19, 2018
2 parents 62dabb0 + 5c2f93b commit 4652529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Here's a simple example

```js
import { Button } from 'rsuite';

import '~rsuite/lib/less/index.less';
import 'rsuite/styles/less/index.less';

ReactDOM.render(<Button>Button</Button>, mountNode);
```
Expand Down
3 changes: 1 addition & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ npm i rsuite --save

```js
import { Button } from 'rsuite';

import '~rsuite/lib/less/index.less';
import 'rsuite/styles/less/index.less';

ReactDOM.render(<Button>Button</Button>, mountNode);
```
Expand Down

0 comments on commit 4652529

Please sign in to comment.