Added SRI Check to <link>s in README (#741)

Added SHA384 hashes for SRI to <link>s in README.
This commit is contained in:
PatOnTheBack 2019-06-25 17:20:56 -04:00 committed by Seth Bertalotto
parent 409ea1e44e
commit d0fe2f21d5

View File

@ -15,7 +15,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
```
Note: You can [customize which Pure modules you need][customize].
@ -77,7 +77,7 @@ extensive documentation and examples to help you start using Pure.
You can include the Pure CSS file in your project by fetching it from unpkg:
```html
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
```
You can also install Pure using [Bower][], using the following command: