Skip to content

Commit ef9f0ff

Browse files
authored
Update README.md
1 parent 6409b34 commit ef9f0ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ We use [rollup](https://rollupjs.org/guide/en) for bundling and [mochify](https:
3232

3333
The viewer can be embedded in any website.
3434

35-
First, create an instance of the `DICOMMicroscopy` viewer. The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the [Study Instance UID](http://dicom.nema.org/medical/dicom/2018b/output/chtml/part03/sect_C.7.2.html#para_a73c2743-6150-4a31-9da7-0d50edb8cd67) and [Series Instance UID](http://dicom.nema.org/medical/dicom/2018b/output/chtml/part03/sect_C.7.3.html#para_b0bcb555-c05c-4c1d-8b7e-8904168a3d38).
35+
To this end
3636

37-
Second, call the `render()` method, passing it the HTML element or the name of the element, which shall contain the viewport.
37+
* Create an instance of the `DICOMMicroscopy` viewer. The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the [Study Instance UID](http://dicom.nema.org/medical/dicom/2018b/output/chtml/part03/sect_C.7.2.html#para_a73c2743-6150-4a31-9da7-0d50edb8cd67) and [Series Instance UID](http://dicom.nema.org/medical/dicom/2018b/output/chtml/part03/sect_C.7.3.html#para_b0bcb555-c05c-4c1d-8b7e-8904168a3d38).
38+
39+
* Call the `render()` method, passing it the HTML element or the name of the element, which shall contain the viewport.
3840

3941

4042
```js

0 commit comments

Comments
 (0)