Skip to content

Commit a324d4f

Browse files
committed
Merge branch 'develop' into feature/add-transitions
2 parents f7272bd + a537823 commit a324d4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
99
## Contents
1010
- [Demo](#demo)
1111
- [Installation](#installation)
12-
- [Minimal example](#minimal-example)
12+
- [Usage](#usage)
1313
- [Props](#props)
14+
- [External data sources](#external-data-sources)
1415

1516

1617
## Demo
@@ -29,7 +30,7 @@ yarn add react-d3-tree
2930
```
3031

3132

32-
## Minimal example
33+
## Usage
3334
```jsx
3435
import Tree from 'react-d3-tree';
3536

0 commit comments

Comments
 (0)