Skip to content

Commit e241b28

Browse files
authored
Update csvSource URL in example
1 parent a537823 commit e241b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Statically hosted JSON or CSV files can be used as data sources via the addition
9898
```jsx
9999
import { Tree, treeUtil } from 'react-d3-tree';
100100

101-
const csvSource = 'https://raw.githubusercontent.com/bkrem/react-d3-tree/feature/add-csv-to-json-transform/examples/data/csv-example.csv';
101+
const csvSource = 'https://raw.githubusercontent.com/bkrem/react-d3-tree/master/docs/examples/data/csv-example.csv';
102102

103103
constructor() {
104104
super();

0 commit comments

Comments
 (0)