Skip to content

Commit 6b315c8

Browse files
authored
Update readme.md
1 parent 00243ae commit 6b315c8

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
@@ -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
```

0 commit comments

Comments
 (0)