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 29edfbd commit b0c331a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ echo $blade->render('index', ['name' => 'Michael Darko']);

We can have this as our template `index.blade.php`
```php
<!Doctype html>
<html>
<head>
<title>{{ $name }}</title>
Expand Down

0 comments on commit b0c331a

Please sign in to comment.