Skip to content

Commit 70019a6

Browse files
committed
updated readme
1 parent c6c8cbe commit 70019a6

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,19 @@ or
179179

180180
You can pull it in from a CDN
181181

182-
- [unpkg - Crucial](https://unpkg.com/crucial.css@1.0.7/crucial.css)
183-
- [unpkg - Crucial Utilities](https://unpkg.com/crucial.css@1.0.7/utilities.css)
182+
- [unpkg - Crucial](https://unpkg.com/crucial.css@1.0.8/crucial.css)
183+
- [unpkg - Crucial Utilities](https://unpkg.com/crucial.css@1.0.8/utilities.css)
184184

185185
### Usage With CDN
186186

187187
```html
188188
<link rel="stylesheet" href="https://unpkg.com/crucial.css@1.0.7/crucial.css" />
189-
<link rel="stylesheet" href="https://unpkg.com/crucial.css@1.0.7/utilities.css" />
189+
<link
190+
rel="stylesheet"
191+
href="https://unpkg.com/crucial.css@1.0.7/utilities.css"
192+
/>
190193
```
191194

192195
If you feel there is something missing from Crucial, please reach out!
196+
193197
Shout out to Chris Coyer for teaching me CSS tips and tricks over the years. A lot of the major ones made it into Crucial.

0 commit comments

Comments
 (0)