Skip to content

Commit

Permalink
Merge branch 'v0.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed May 11, 2019
2 parents 6bba813 + 66a7d23 commit c6ee004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer lib
Try a [live demo](https://ivmartel.github.io/dwv/) and read a lot more information on the [wiki](https://github.com/ivmartel/dwv/wiki) (such as [Dicom-Support](https://github.com/ivmartel/dwv/wiki/Dicom-Support) or [Pacs-Support](https://github.com/ivmartel/dwv/wiki/Pacs-Support)). You can also check out the [example viewers](https://github.com/ivmartel/dwv/wiki/Examples#viewers-and-integrations) based on dwv.

- All coding/implementation contributions and comments are welcome.
- DWV is not certified for diagnostic use.<sup>[1](#footnote1)</sup>
- DWV is not certified for diagnostic use.<sup>[1](#footnote1)</sup>
- Released under GNU GPL-3.0 license (see [license.txt](license.txt)).

And for those who want to support the dwv development:
Expand All @@ -33,9 +33,9 @@ Install dependencies (using `yarn`, replace with `npm` if you prefer):
yarn install
```

Call the start script to launch the tests on a local server:
Call the test script to launch the tests on a local server:
```sh
yarn run start
yarn run test
```

You can now open a browser at http://localhost:8080 and enjoy!
Expand Down

0 comments on commit c6ee004

Please sign in to comment.