docs: fix download link

This commit is contained in:
redonkulus 2021-01-19 22:33:59 -08:00
parent bd6624f3ba
commit 8c3c7cb7c9

View File

@ -70,7 +70,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@2.0.3/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.4/build/pure-min.css" integrity="sha384-LJy5cxQRSMIYu2ic+Tvw0Azob5Z3dQxRkR8LNGIq46AJEdfE9DtuBOCNtifRJeB7" crossorigin="anonymous">
```
You can also install Pure using NPM: