Skip to content

Commit 1be7b76

Browse files
author
Renato Marinho
committed
Merge branch 'master' of github.com:renatomarinho/laravel-page-speed
2 parents d9dfd37 + 8b3fd96 commit 1be7b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Latest Stable Version](https://poser.pugx.org/renatomarinho/laravel-page-speed/version)](https://packagist.org/packages/renatomarinho/laravel-page-speed)
99
[![Total Downloads][icon-downloads]][link-downloads]
1010

11-
### Simple package to minify HTML output on demand which results on a 35%+ optimization.
11+
### Simple package to minify HTML output on demand which results in a 35%+ optimization.
1212

1313
## Installation is easy
1414

@@ -19,7 +19,7 @@ $ composer require renatomarinho/laravel-page-speed
1919
```
2020
### Laravel 5.5 and up
2121

22-
You don't have to do anything else, this package uses Package Auto-Discovery's feature, and should be available as soon as you install it via Composer.
22+
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
2323

2424
### Laravel 5.4 or 5.3
2525

@@ -33,7 +33,7 @@ Add the Service Provider to your **config/app.php**: `RenatoMarinho\LaravelPageS
3333

3434
#### Register Middlewares
3535

36-
Next, the `\RenatoMarinho\LaravelPageSpeed\Middleware\CollapseWhitespace::class` and others middleware must be registered in the kernel:
36+
Next, the `\RenatoMarinho\LaravelPageSpeed\Middleware\CollapseWhitespace::class` and other middleware must be registered in the kernel:
3737

3838
```php
3939
//app/Http/Kernel.php
@@ -198,7 +198,7 @@ protected $middleware = [
198198
</tr>
199199
<tr>
200200
<td>move_css_above_scripts</td>
201-
<td>Moves CSS Above Scripts</td>
201+
<td>Moves CSS above scripts</td>
202202
<td>NO</td>
203203
</tr>
204204
<tr>

0 commit comments

Comments
 (0)