Skip to content

Commit 7045428

Browse files
authored
Fix install links in README.md
1 parent 717e892 commit 7045428

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/openjpeg/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ This library is a JavaScript port made possible by [emscripten](https://emscript
1616
Using npm:
1717

1818
```bash
19-
$ npm install @cornerstonejs/openjpegjs
19+
$ npm install @cornerstonejs/codec-openjpeg
2020
```
2121

2222
Using yarn:
2323

2424
```bash
25-
$ yarn add @cornerstonejs/openjpegjs
25+
$ yarn add @cornerstonejs/codec-openjpeg
2626
```
2727

2828
Using unpkg CDN:
2929

3030
```html
31-
<script src="https://unpkg.com/@???/openjpegjs"></script>
31+
<script src="https://unpkg.com/@cornerstonejs/codec-openjpeg"></script>
3232
```
3333

3434
## Try It Out!
3535

36-
Try it in your browser [here](https://???.github.com/openjpegjs/test/browser/index.html)
36+
Try it in your browser [here](https://chafey.github.io/openjpegjs/test/browser/index.html)
3737

3838

3939
## openjpegjs API

0 commit comments

Comments
 (0)