Skip to content

Commit

Permalink
Fix broken unpkg.com path. (cornerstonejs#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
haehn committed Apr 10, 2022
1 parent 5ec8046 commit 20b632c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dicomImageLoader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ You can also see it in action with the

Get the distributed unminimized file:

- [cornerstoneWADOImageLoader.js](https://unpkg.com/cornerstone-wado-image-loader/dist/cornerstoneWADOImageLoader.js)
- [cornerstoneWADOImageLoader.js](https://unpkg.com/cornerstone-wado-image-loader)

or the distributed minimized file:

- [cornerstoneWADOImageLoader.min.js](https://unpkg.com/cornerstone-wado-image-loader/dist/cornerstoneWADOImageLoader.min.js)
- [cornerstoneWADOImageLoader.bundle.min.js](https://unpkg.com/cornerstone-wado-image-loader)

## Usage

Expand Down

0 comments on commit 20b632c

Please sign in to comment.