Skip to content

Commit 272e992

Browse files
committed
update readme
1 parent b44fc53 commit 272e992

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build Status](https://github.com/hackermd/libdicomicc/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/hackermd/libdicomicc/actions)
2-
[![NPM version](https://badge.fury.io/js/dicomicc.svg)](http://badge.fury.io/js/dicomicc)
1+
[![Build Status](https://github.com/ImagingDataCommons/libdicomicc/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/ImagingDataCommons/libdicomicc/actions)
2+
[![NPM version](https://badge.fury.io/js/%40imagingdatacommons%2Fdicomicc.svg)](https://www.npmjs.com/package/@imagingdatacommons/dicomicc)
33

44
# libdicomicc
55

@@ -12,3 +12,5 @@ The library is a thin wrapper around the established [Little-CMS](https://github
1212
## JavaScript API
1313

1414
The repository also provides WebAssembly bindings for the C library, which can be build using [Emscripten](https://emscripten.org/), and an object-oriented JavaScript API, which is implemeted in C++ and bound using [Embind](https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html).
15+
16+
> **Note:** The original unscoped [`dicomicc`](https://www.npmjs.com/package/dicomicc) npm package is deprecated and no longer maintained. Please use the new scoped package [`@imagingdatacommons/dicomicc`](https://www.npmjs.com/package/@imagingdatacommons/dicomicc) instead.

0 commit comments

Comments
 (0)