Skip to content

Commit

Permalink
Merge pull request #103 from ButterCMS/update_cdn_link
Browse files Browse the repository at this point in the history
fix: update cdn link in readme
  • Loading branch information
ViolanteCodes authored Sep 4, 2024
2 parents eb0931b + d2be0db commit 7426fcc
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 @@ -20,7 +20,7 @@ Butter can also be included directly in HTML:

<!-- {x-release-please-start-version} -->
```html
<script src="https://cdnjs.buttercms.com/buttercms-2.1.3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/buttercms@2.1.3/dist/butter.min.js"></script>
```
<!-- {x-release-please-end} -->

Expand Down

0 comments on commit 7426fcc

Please sign in to comment.