Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Oct 27, 2020
1 parent 064357f commit ecc4855
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 @@ -20,7 +20,7 @@ npm install panzoom --save
Or download from CDN:

``` html
<script src='https://unpkg.com/panzoom@9.3.0/dist/panzoom.min.js'></script>
<script src='https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js'></script>
```

If you download from CDN the library will be available under `panzoom` global name.
Expand Down Expand Up @@ -294,7 +294,7 @@ If you want to quickly play with panzoom without using javascript, you can confi
<!DOCTYPE html>
<html>
<head>
<script src='https://unpkg.com/panzoom@9.3.0/dist/panzoom.min.js'
<script src='https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js'
query='#scene' name='pz'></script>
</head>
<body>
Expand Down

0 comments on commit ecc4855

Please sign in to comment.