Skip to content

Commit 7fc026f

Browse files
authored
Update README.md
1 parent 57cdd82 commit 7fc026f

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
@@ -144,9 +144,9 @@ class HomeController extends Controller
144144
145145
```bash
146146
<!-- resources/views/dashboard/home.blade.php -->
147-
<x-web-app-layout>
147+
<x-app-layout>
148148
<h1>Dashboard 👋</h1>
149-
</x-web-app-layout>
149+
</x-app-layout>
150150
```
151151
152152

0 commit comments

Comments
 (0)