Update README.md

This commit is contained in:
Tibor Martini 2016-07-20 10:48:35 +02:00 committed by GitHub
parent 21b9093fbc
commit 3bccdab9c5
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ Below are the meta attributes which are not recommended for use as they had low
<link rel="prefetch" href="https://www.example.com/">
<link rel="prerender" href="https://example.com/">
<link rel="subresource" href="styles.css">
<link rel="preload" href="image.png">
<link rel="preload" href="image.png" as="image">
<!-- More info: https://css-tricks.com/prefetching-preloading-prebrowsing/ -->
```