chore: replace Yahoo CDN mention with unpkg (#704)

This commit is contained in:
Daniel Ruf 2018-08-05 22:13:43 +02:00 committed by Seth Bertalotto
parent 9867396e1f
commit 35a26c397a

View File

@ -72,8 +72,7 @@ Get Started
To get started using Pure, go to the [Pure CSS website][Pure]. The website has To get started using Pure, go to the [Pure CSS website][Pure]. The website has
extensive documentation and examples to help you start using Pure. extensive documentation and examples to help you start using Pure.
You can include the Pure CSS file in your project by fetching it from Yahoo's You can include the Pure CSS file in your project by fetching it from unpkg:
CDN:
```html ```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">