Skip to content

Commit 29edfbd

Browse files
committed
updated readme
1 parent 63bc3fc commit 29edfbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ We can have this as our template `index.blade.php`
5454
<title>{{ $name }}</title>
5555
</head>
5656
<body>
57-
<div class="container">
58-
{{ $name }}
59-
</div>
57+
<div class="container">{{ $name }}</div>
6058
</body>
6159
</html>
6260
```

0 commit comments

Comments
 (0)