Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Mar 7, 2020
1 parent 63bc3fc commit 29edfbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ We can have this as our template `index.blade.php`
<title>{{ $name }}</title>
</head>
<body>
<div class="container">
{{ $name }}
</div>
<div class="container">{{ $name }}</div>
</body>
</html>
```
Expand Down

0 comments on commit 29edfbd

Please sign in to comment.