Skip to content

Commit a537823

Browse files
committed
Changes Heading to 'Usage'
1 parent 4861a8a commit a537823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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)
1414
- [External data sources](#external-data-sources)
1515

@@ -30,7 +30,7 @@ yarn add react-d3-tree
3030
```
3131

3232

33-
## Minimal example
33+
## Usage
3434
```jsx
3535
import Tree from 'react-d3-tree';
3636

0 commit comments

Comments
 (0)