From 25e7232660e85ae2c776daa567a46f32ef6aa348 Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Wed, 4 Sep 2019 10:55:54 -0400 Subject: [PATCH] docs: Update `ohif-viewer` package links --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cebac8e6618..3bd3265681b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Edit the docs
- Demo | - Roadmap | + Live Demo | Component Library
@@ -59,7 +58,7 @@ The fastest and easiest way to get started is to include the OHIF Viewer with a - Including the following dependencies with script tags: - [React](https://unpkg.com/react@16/umd/react.production.min.js) - [React Dom](https://unpkg.com/react-dom@16/umd/react-dom.production.min.js) - - The [OHIF Viewer](https://unpkg.com/ohif-viewer@0.19.5/dist/index.umd.js) + - The [OHIF Viewer](https://unpkg.com/@ohif/viewer) - Have an element with an ID of `root` on the page - Configure the OHIF Viewer at `window.config`: @@ -236,9 +235,9 @@ MIT © [OHIF](https://github.com/OHIF) [semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg [semantic-url]: https://github.com/semantic-release/semantic-release -[npm-url]: https://npmjs.org/package/ohif-viewer -[npm-downloads-image]: https://img.shields.io/npm/dm/ohif-viewer.svg?style=flat-square -[npm-version-image]: https://img.shields.io/npm/v/ohif-viewer.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@ohif/viewer +[npm-downloads-image]: https://img.shields.io/npm/dm/@ohif/viewer.svg?style=flat-square +[npm-version-image]: https://img.shields.io/npm/v/@ohif/viewer.svg?style=flat-square [docker-pulls-img]: https://img.shields.io/docker/pulls/ohif/viewer.svg?style=flat-square [docker-image-url]: https://hub.docker.com/r/ohif/viewer [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square @@ -252,7 +251,7 @@ MIT © [OHIF](https://github.com/OHIF) [deployment-docs]: https://docs.ohif.org/deployment/ [react-url]: https://reactjs.org/ [pwa-url]: https://developers.google.com/web/progressive-web-apps/ -[ohif-viewer-url]: https://www.npmjs.com/package/ohif-viewer +[ohif-viewer-url]: https://www.npmjs.com/package/@ohif/viewer [configuration-url]: https://docs.ohif.org/essentials/configuration.html [extensions-url]: https://docs.ohif.org/advanced/extensions.html