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
1818
1919## Usage
2020
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.**
2222
2323 ``` json
2424 [
@@ -60,7 +60,7 @@ $ composer require atthakasem/laravel-json-menu
6060 </ul>
6161 </li>
6262 <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>
6464 <li><a href="http://localhost/data-protection" class="my-css-class another-one">Data protection</a></li>
6565 </ul>
6666 ```
You can’t perform that action at this time.
0 commit comments