Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wsi): try to publish #1327

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cornerstone is a set of JavaScript libraries that can be used to build web-based
- **Community Driven:** Cornerstone is supported by the [Open Health Imaging Foundation](https://ohif.org/). We publish our roadmap and welcome contributions and collaboration.
- **Standards Compliant:** Cornerstone's core focus is Radiology, so it provides DICOMweb compatibility out-of-the-box.

[Learn how to use Cornerstone in your project](https://www.cornerstonejs.org/docs/getting-started/overview).
[Learn how to use Cornerstone3D in your project](https://www.cornerstonejs.org/docs/getting-started/overview).

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion addOns/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# External Dependencies

This module contains optional dependencies and external dependencies for including in OHIF, such as the DICOM Microscopy Viewer component.
This module contains optional and external dependencies for including in OHIF, such as the DICOM Microscopy Viewer component.
1 change: 1 addition & 0 deletions addOns/externals/dicom-microscopy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@externals/dicom-microscopy-viewer",
"description": "External reference to dicom-microscopy-viewer",
"private": true,
"version": "1.78.0",
"license": "MIT",
"engines": {
Expand Down