Skip to content

Commit

Permalink
update readme with cdn links
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Nov 7, 2023
1 parent b83fb44 commit 7f48f9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ To use maidr, follow these steps:
<head>
<meta charset="UTF-8" />
<title>maidr Example</title>
<link rel="stylesheet" href="styles.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/maidr/dist/maidr_style.min.css" />
<script src="https://cdn.jsdelivr.net/npm/maidr/dist/maidr.min.js"></script>
</head>
<body>
<div>
<!-- Your SVG plot is here -->
</div>
<script>
<!-- json data is here -->
</script>
<script src="maidr.min.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit 7f48f9a

Please sign in to comment.