Skip to content

Commit 121ee14

Browse files
committed
Updated README.md
1 parent c8f8892 commit 121ee14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ $countries = new Menu(['name' => 'Countries']);
109109
$countries->makeRoot();
110110
```
111111

112+
The tree will look like this
113+
114+
```
115+
- Countries
116+
```
117+
112118
### Prepending a node as the first child of another node
113119

114120
To prepend a node as the first child of another node
@@ -123,7 +129,6 @@ The tree will look like this
123129
```
124130
- Countries
125131
- Russia
126-
- Australia
127132
```
128133

129134
### Appending a node as the last child of another node
@@ -139,6 +144,7 @@ The tree will look like this
139144

140145
```
141146
- Countries
147+
- Russia
142148
- Australia
143149
```
144150

0 commit comments

Comments
 (0)