Skip to content

Commit

Permalink
Merge pull request #38 from rsuite/fix-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
simonguo committed May 19, 2018
2 parents 62dabb0 + 5c2f93b commit d63732a
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 d63732a

Please sign in to comment.