Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit bdfe471

Browse files
committed
fix README, add peer dependencies
1 parent 52dc59b commit bdfe471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ $ yarn add @ts-graphviz/react
1515
$ npm install @ts-graphviz/react
1616
```
1717

18+
### Peer Dependencies
19+
20+
- [React](https://github.com/facebook/react/)(>=16.8)
21+
- [ts-graphviz](https://github.com/ts-graphviz/ts-graphviz)
22+
23+
```bash
24+
$ yarn add react ts-graphviz
25+
```
26+
1827
## Usage
1928

2029
### Example

0 commit comments

Comments
 (0)