Skip to content

Commit

Permalink
doc(readme): update link to cdn.jsdelivr.net
Browse files Browse the repository at this point in the history
  • Loading branch information
dianedelallee committed Jan 12, 2022
1 parent bffd338 commit 4729468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Or if you prefer to include it in the head of your html file.
```
Last solution, you can use the `cdn.jsdelivr` link (don't forget to change the version on this link):
```html
<link href="https://cdn.jsdelivr.net/npm/artemis-css@0.1.5/artemis.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/artemis-css@0.2.0/artemis.min.css" rel="stylesheet">
```

You can now use all the classes provided by the library
Expand Down

0 comments on commit 4729468

Please sign in to comment.