Skip to content

Commit e9ecd6a

Browse files
committed
update Readme
1 parent 2aa2034 commit e9ecd6a

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
@@ -30,7 +30,7 @@ Once the extension is installed, simply use it in your code by :
3030
```php
3131

3232
<?php
33-
// Example of data. $items structure https://github.com/jonmiles/bootstrap-treeview#data-structure
33+
// Example of data. $items structure https://github.com/patternfly/patternfly-bootstrap-treeview#data-structure
3434
$items = [
3535
[
3636
'text' => 'Node 1'
@@ -67,7 +67,7 @@ $items = [
6767
],
6868
'options'=>[
6969
//https://github.com/patternfly/patternfly-bootstrap-treeview#options
70-
'data'=>$items, // $items structure https://github.com/patternfly/patternfly-bootstrap-treeview#data-structure
70+
'data'=>$items,
7171
'enableLinks'=>true,
7272
'showTags'=>true,
7373
'levels'=>3

0 commit comments

Comments
 (0)