Skip to content

Commit

Permalink
Merge pull request #1115 from jmscholen/update_unpkg_version
Browse files Browse the repository at this point in the history
Update unpkg revision
  • Loading branch information
Alberto Fernández-Capel authored Jan 2, 2024
2 parents ca59588 + 86e70ae commit fe13f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The easiest way to start with Trix is including it from an npm CDN in the `<head
```html
<head>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].0/dist/trix.css">
<script type="text/javascript" src="https://unpkg.com/[email protected].0/dist/trix.umd.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].8/dist/trix.css">
<script type="text/javascript" src="https://unpkg.com/[email protected].8/dist/trix.umd.min.js"></script>
</head>
```

Expand Down

0 comments on commit fe13f91

Please sign in to comment.