Skip to content

Commit aa11ee6

Browse files
committed
Correct README formatting
1 parent 3fa2596 commit aa11ee6

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
@@ -9,16 +9,15 @@
99
1010
![Demo](demo.gif)
1111

12-
13-
## Installation
12+
# Installation
1413

1514
The easiest way to use react-checkbox-tree is to install from NPM and include it in your own React build process (e.g. using [Webpack](http://webpack.github.io/docs/what-is-webpack.html)):
1615

1716
```
1817
npm install react-checkbox-tree --save
1918
```
2019

21-
## Usage
20+
# Usage
2221

2322
A quick usage example is included below. Note that the react-checkbox-tree component is [controlled](https://facebook.github.io/react/docs/forms.html#controlled-components). In other words, it is stateless. You must update its `checked` and `expanded` properties whenever a change occurs.
2423

@@ -64,7 +63,7 @@ class Widget extends React.Component {
6463
}
6564
```
6665
67-
### Properties
66+
## Properties
6867
6968
| Property | Type | Description |
7069
| ------------- | -------- | --------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)