We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f8892 commit 121ee14Copy full SHA for 121ee14
README.md
@@ -109,6 +109,12 @@ $countries = new Menu(['name' => 'Countries']);
109
$countries->makeRoot();
110
```
111
112
+The tree will look like this
113
+
114
+```
115
+- Countries
116
117
118
### Prepending a node as the first child of another node
119
120
To prepend a node as the first child of another node
@@ -123,7 +129,6 @@ The tree will look like this
123
129
124
130
- Countries
125
131
- Russia
126
- - Australia
127
132
128
133
134
### Appending a node as the last child of another node
@@ -139,6 +144,7 @@ The tree will look like this
139
144
140
145
141
146
147
+ - Russia
142
148
- Australia
143
149
150
0 commit comments