Skip to content

Commit c47fdd0

Browse files
committed
docs: update docs
1 parent 298b6e8 commit c47fdd0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![Total Downloads](https://img.shields.io/packagist/dt/jacobbennett/laravel-http2serverpush.svg?style=flat-square)](https://packagist.org/packages/jacobbennett/laravel-http2serverpush)
66

7-
> Server Push is a HTTP/2 concept which allows the server to speculatively start sending resources to the client. This can potentially speed up initial page load times: the browser doesn't have to parse the HTML page and find out which other resources to load, instead the server can start sending them immediately.
8-
> - [source](http://blog.xebia.com/http2-server-push/)
7+
Server Push is a HTTP/2 concept which allows the server to speculatively start sending resources to the client. This can potentially speed up initial page load times: the browser doesn't have to parse the HTML page and find out which other resources to load, instead the server can start sending them immediately. [(source)](http://blog.xebia.com/http2-server-push/)
98

109
This package aims to provide the _easiest_ experience for adding Server Push to your responses.
11-
Simply route your requests through the middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your **CSS** and **JS** assets.
10+
Simply route your requests through the middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS and JS assets.
1211

1312
## Installation
1413

0 commit comments

Comments
 (0)