Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Symmetronic committed Nov 29, 2020
2 parents 8316f92 + eba696e commit 97f19de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2/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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discrete-wavelets",
"version": "5.0.3",
"version": "5.0.4",
"description": "A Discrete Wavelet Transform (DWT) library for the web.",
"keywords": [
"discrete",
Expand Down

0 comments on commit 97f19de

Please sign in to comment.