Skip to content

Commit 9739ca7

Browse files
committed
update readme
1 parent d4e4d5d commit 9739ca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Release](https://img.shields.io/github/v/release/lukasleitsch/kirby-blade?style=flat-square)](https://github.com/lukasleitsch/kirby-blade)
88
[![License](https://img.shields.io/github/license/lukasleitsch/kirby-blade?style=flat-square)](https://github.com/lukasleitsch/kirby-blade)
99

10-
Kirby Blade use Laravel `illuminate/view` 10.x package and compatible with Kirby 4.
10+
Kirby Blade use Laravel `illuminate/view` 11.x package and compatible with Kirby 4.
1111

1212
This package enables [Laravel Blade](https://laravel.com/docs/9.x/blade) for your own Kirby applications.
1313

@@ -66,7 +66,7 @@ All the views generated are stored in `site/cache/views` directory or wherever y
6666

6767
### Directives
6868

69-
By default Kirby Blade comes with following directives:
69+
By default, Kirby Blade comes with following directives:
7070

7171
```php
7272
@asset($path)
@@ -134,7 +134,7 @@ Like directives, you can create your own if statements:
134134
],
135135
```
136136

137-
After declaration you can use it like:
137+
After declaration, you can use it like:
138138

139139
```php
140140
@logged

0 commit comments

Comments
 (0)