Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WaveHack committed Feb 9, 2015
1 parent 234b7a0 commit 3de9e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LaravelJade is a library that adds [JadePHP templating](https://github.com/maht0
Require this package with composer:

```
composer require rvanasperen/laravel-jade
composer require "rvanasperen/laravel-jade=~1.0"
```

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

## Usage

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

## License

Expand Down

0 comments on commit 3de9e42

Please sign in to comment.