Skip to content

Commit

Permalink
update cdn documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Symmetronic committed Sep 29, 2020
1 parent 9b7ea1a commit eba696e
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 @@ -14,9 +14,9 @@ This library is well tested. Still, it may contain some errors. Therefore it is
- Add an import to the npm package `import wt from 'discrete-wavelets';`
- Then you can use the library in your code.

### UNPKG
### CDN

- Put the following script tag `<script src='https://unpkg.com/discrete-wavelets@5.0.4/dist/discrete-wavelets.umd.js'></script>` in the head of your index.html
- Put the following script tag `<script src="https://cdn.jsdelivr.net/npm/discrete-wavelets@5/dist/discrete-wavelets.umd.min.js"></script>` in the head of your HTML file.
- Then you can use the library in your code.

## Types
Expand Down

0 comments on commit eba696e

Please sign in to comment.