Skip to content

Commit a34924b

Browse files
authored
Update CDN examples to latest release (#182)
1 parent a71a557 commit a34924b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ If you need to pull in these styles via CDN, you can do so using services like U
4949
<!-- From UNPKG -->
5050
<link
5151
rel="stylesheet"
52-
href="https://unpkg.com/@tailwindcss/typography@0.2.x/dist/typography.min.css"
52+
href="https://unpkg.com/@tailwindcss/typography@0.4.x/dist/typography.min.css"
5353
/>
5454

5555
<!-- From jsDelivr -->
5656
<link
5757
rel="stylesheet"
58-
href="https://cdn.jsdelivr.net/npm/@tailwindcss/typography@0.2.x/dist/typography.min.css"
58+
href="https://cdn.jsdelivr.net/npm/@tailwindcss/typography@0.4.x/dist/typography.min.css"
5959
/>
6060
```
6161

0 commit comments

Comments
 (0)