Skip to content

Commit

Permalink
Merge pull request #40 from miclf/patch-1
Browse files Browse the repository at this point in the history
Use proper syntax highlighting type for Blade code in README
  • Loading branch information
toonvandenbos authored Jul 26, 2019
2 parents 1f017f7 + 2c421f5 commit 877a7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected $routeMiddleware = [
Retrieving the page's static values in your application's blade templates is possible with the `get` directive or using the `Page` facade.
```php
```blade
<p>@get('title')</p>
// or
Expand Down

0 comments on commit 877a7aa

Please sign in to comment.