Skip to content

Commit 3de9e42

Browse files
committed
Updated readme
1 parent 234b7a0 commit 3de9e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LaravelJade is a library that adds [JadePHP templating](https://github.com/maht0
99
Require this package with composer:
1010

1111
```
12-
composer require rvanasperen/laravel-jade
12+
composer require "rvanasperen/laravel-jade=~1.0"
1313
```
1414

1515
Add the ServiceProvider to the providers array in config/app.php:
@@ -20,7 +20,7 @@ Add the ServiceProvider to the providers array in config/app.php:
2020

2121
## Usage
2222

23-
Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.
23+
Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.
2424

2525
## License
2626

0 commit comments

Comments
 (0)