Skip to content

Commit af3deb8

Browse files
committed
README
1 parent ee4cf7e commit af3deb8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Finally, you need to import the css file to your app, there are two css file you
9999
```html
100100
<link rel="stylesheet" href="./css/react-bootstrap-table-all.min.css">
101101
```
102-
CSS files you can find in the css folder.
102+
The CSS files you can find in the css folder.
103103

104104
### Quick Demo
105105
```js
@@ -127,7 +127,7 @@ React.render(
127127
document.getElementById("app")
128128
);
129129
```
130-
### See react-bootstrap-table examples
130+
### More react-bootstrap-table examples
131131
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>
132132
```bash
133133
$ git clone https://github.com/AllenFang/react-bootstrap-table.git
@@ -136,8 +136,7 @@ $ npm install
136136
$ gulp example-server #after start, open browser and go to http://localhost:3004
137137
```
138138

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

142141
### Thanks
143142
**[luqin](https://github.com/luqin)**

0 commit comments

Comments
 (0)