Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerclick authored Apr 17, 2022
1 parent 2df6356 commit bcf2636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ The typical code to embed in a CMS would include your JavaScript and CSS files a

```html
<script type="module" crossorigin src="https://cmsvelte.s3.amazonaws.com/index.js"></script>
<link rel="modulepreload" href="https://cmsvelte.s3.us-east-2.amazonaws.com/vendor.js" />
<link rel="stylesheet" href="https://cmsvelte.s3.us-east-2.amazonaws.com/vendor.css" />
<link rel="stylesheet" href="https://cmsvelte.s3.us-east-2.amazonaws.com/index.css" />
<link rel="modulepreload" href="https://cmsvelte.s3.amazonaws.com/vendor.js" />
<link rel="stylesheet" href="https://cmsvelte.s3.amazonaws.com/vendor.css" />
<link rel="stylesheet" href="https://cmsvelte.s3.amazonaws.com/index.css" />
<figure data-chart="castle-img"></figure>
<figure data-chart="bar-chart"></figure>
<figure data-chart="ai2html"></figure>
Expand Down

0 comments on commit bcf2636

Please sign in to comment.