Skip to content

Commit cf56fe8

Browse files
committed
docs: update readme
1 parent d68bb22 commit cf56fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
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/)
99

1010
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.
11+
Simply route your requests through the `AddHttp2ServerPush` middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS and JS assets.
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)