Skip to content

Commit 298b6e8

Browse files
committed
docs: update docs
1 parent 08d911b commit 298b6e8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2015 Spatie bvba <info@spatie.be>
3+
Copyright (c) 2016 Jacob Bennett
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
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-
Something here explaining what ServerPush is
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/)
9+
10+
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.
812

913
## Installation
1014

@@ -49,7 +53,7 @@ If you discover any security related issues, please email me@jakebennett.net ins
4953
- [Jacob Bennett](https://github.com/jacobbennett)
5054
- [All Contributors](../../contributors)
5155

52-
Something here about spatie helping a ton with tests and what not
56+
Thanks to the [https://github.com/spatie/laravel-pjax](https://github.com/spatie/laravel-pjax) package for providing a great starting point for testing Middlewares.
5357

5458
## License
5559

0 commit comments

Comments
 (0)