Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed May 30, 2016
1 parent ee4cf7e commit af3deb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Finally, you need to import the css file to your app, there are two css file you
```html
<link rel="stylesheet" href="./css/react-bootstrap-table-all.min.css">
```
CSS files you can find in the css folder.
The CSS files you can find in the css folder.

### Quick Demo
```js
Expand Down Expand Up @@ -127,7 +127,7 @@ React.render(
document.getElementById("app")
);
```
### See react-bootstrap-table examples
### More react-bootstrap-table examples
The example source codes is in the [examples](https://github.com/AllenFang/react-bootstrap-table/tree/master/examples) folder. Run the following commands for a live demo.</br>
```bash
$ git clone https://github.com/AllenFang/react-bootstrap-table.git
Expand All @@ -136,8 +136,7 @@ $ npm install
$ gulp example-server #after start, open browser and go to http://localhost:3004
```

### Documentation
Please see: [docs](http://allenfang.github.io/react-bootstrap-table/docs.html)
### [Documentation](http://allenfang.github.io/react-bootstrap-table/docs.html)

### Thanks
**[luqin](https://github.com/luqin)**
Expand Down

0 comments on commit af3deb8

Please sign in to comment.