Skip to content

Commit 6a855c2

Browse files
committed
Restructure README.md
1 parent 22a96d4 commit 6a855c2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# nu_plugin_dcm
22

3-
*Compatibility Matrix*
4-
| nu version | nu_plugin_dcm version |
5-
|------------|-----------------------|
6-
| 0.106.x | 0.4.0 |
7-
| 0.105.x | 0.3.2 |
8-
| 0.60.x | 0.1.8 |
3+
A [nushell](https://www.nushell.sh/) plugin to parse [DICOM](https://en.wikipedia.org/wiki/DICOM) objects.
4+
5+
## Compatibility Matrix
6+
| nushell version | nu_plugin_dcm version |
7+
|-----------------|-----------------------|
8+
| 0.106.x | 0.4.0 |
9+
| 0.105.x | 0.3.2 |
10+
| 0.60.x | 0.1.8 |
911

1012
*Also note that this version is not fully compatible with 0.2.x and earlier versions of this plugin. The main difference is that `ls *.dcm | dcm name` doesn't work anymore.
1113
Use `ls *.dcm | dcm`, `ls *.dcm | get name` or `ls *.dcm | select name type | dcm` instead. `dcm name` is now reserved for the future to select dicom tags.*
1214

13-
A [nushell](https://www.nushell.sh/) plugin to parse [DICOM](https://en.wikipedia.org/wiki/DICOM) objects.
14-
1515
This plugin is in the early stage of the development. It is usable but it might not be able to cope
1616
with all DICOM objects or DICOMweb records. See [Known limitations for details](#known-limitations).
1717

0 commit comments

Comments
 (0)