Skip to content

Commit adebf2f

Browse files
committed
docs(readme): adds contributors section
1 parent 4651065 commit adebf2f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ React D3 Tree is a [React](http://facebook.github.io/react/) component that lets
4343
- [Development](#development)
4444
- [Setup](#setup)
4545
- [Hot reloading](#hot-reloading)
46-
- [FAQ](#faq)
4746
- [Contributors](#contributors)
48-
- [License](#license)
4947

5048
## Installation
5149
```bash
@@ -184,8 +182,6 @@ export default function StyledNodesTree() {
184182

185183
> For more details on the `className` props for nodes, see the [TreeProps reference docs](https://bkrem.github.io/react-d3-tree/docs/interfaces/_tree_types_.treeprops.html).
186184
187-
<!-- For a full list of options of CSS properties that can be used for the default nodes, check the SVG circle [specification](TODO:) -->
188-
189185
### Styling Links
190186
`Tree` provides the `pathClassFunc` property to pass additional classNames to every link to be rendered.
191187

@@ -309,13 +305,5 @@ If you're using `react-d3-tree/demo` for development, open up another terminal w
309305
npm start
310306
```
311307

312-
## FAQ
313-
314-
-- TODO --
315-
316308
## Contributors
317-
318-
-- TODO --
319-
320-
## License
321-
MIT
309+
A huge thank you to all the [contributors](https://github.com/bkrem/react-d3-tree/graphs/contributors), as well as users who have opened issues with thoughtful suggestions and feedback.

0 commit comments

Comments
 (0)