Skip to content

Commit

Permalink
CDN version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jan 19, 2023
1 parent a93f86b commit 3133895
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 @@ -62,8 +62,8 @@ There are three steps to insert **WaveDrom** diagrams directly into your page:
From a CDN:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/2.9.1/skins/default.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/2.9.1/wavedrom.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/3.1.0/skins/default.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/3.1.0/wavedrom.min.js" type="text/javascript"></script>
```

2) Set the ``onload`` event for the HTML body.
Expand Down

0 comments on commit 3133895

Please sign in to comment.