Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Mar 10, 2020
1 parent e588903 commit bdd6a6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,10 @@ create it with: `composer create-project --prefer-dist laravel/laravel my-new-pr
(replace *my-new-project* with your own project name,
[see the documentation for further information](https://laravel.com/docs/5.5#installing-laravel))

Then run `composer require bkwld/laravel-pug`.
Then run:
```
composer require bkwld/laravel-pug
```

## Usage

Expand Down

0 comments on commit bdd6a6e

Please sign in to comment.