Skip to content

Commit 28e6bd9

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Improve composer.json descriptions
2 parents e496145 + e063a96 commit 28e6bd9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
WebLink Component
22
=================
33

4-
The WebLink component manages links between resources. It is particularly useful to advise clients
5-
to preload and prefetch documents through HTTP and HTTP/2 pushes.
6-
7-
This component implements the [HTML5's Links](https://www.w3.org/TR/html5/links.html), [Preload](https://www.w3.org/TR/preload/)
8-
and [Resource Hints](https://www.w3.org/TR/resource-hints/) W3C's specifications.
9-
It can also be used with extensions defined in the [HTML5 link type extensions wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions).
4+
The WebLink component manages links between resources. It is particularly
5+
useful to advise clients to preload and prefetch documents through HTTP and
6+
HTTP/2 pushes.
7+
8+
This component implements the [HTML5's
9+
Links](https://www.w3.org/TR/html5/links.html),
10+
[Preload](https://www.w3.org/TR/preload/) and [Resource
11+
Hints](https://www.w3.org/TR/resource-hints/) W3C's specifications. It can also
12+
be used with extensions defined in the [HTML5 link type extensions
13+
wiki](http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions).
1014

1115
Getting Started
1216
---------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/web-link",
33
"type": "library",
4-
"description": "Symfony WebLink Component",
4+
"description": "Manages links between resources",
55
"keywords": ["link", "psr13", "http", "http2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)