File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ composer require atthakasem/laravel-json-menu
18
18
19
19
## Usage
20
20
21
- 1 . Create a menu file in ` resouces/menus/main.json ` containing an array of pages. A page can be represented by a string or an object.
21
+ 1 . Create a menu file in ` resouces/menus/main.json ` containing an array of pages. ** A page can be represented by a string or an object.**
22
22
23
23
``` json
24
24
[
@@ -60,7 +60,7 @@ $ composer require atthakasem/laravel-json-menu
60
60
</ul>
61
61
</li>
62
62
<li><a href="https://www.google.com" target="_blank">Our partner</a></li>
63
- <li><a href="http://localhost/contact">Contact</a></li>
63
+ <li><a href="http://localhost/contact-us ">Contact us </a></li>
64
64
<li><a href="http://localhost/data-protection" class="my-css-class another-one">Data protection</a></li>
65
65
</ul>
66
66
```
You can’t perform that action at this time.
0 commit comments