diff --git a/README.md b/README.md index 81c8ca4..3657138 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ A file reader plugin for napari It opens simple *.h5 files. Reads all Datasets inside the file and converts to a napari Image object (np.array). - It does not support data organised internally in "groups". - For these more complicated h5 data structures please try other plugins. +It can also save "image" or "labels" data. Note that these will be saved individually. + +It does not support data organised internally in "groups". +For these more complicated h5 data structures please try other plugins. ----------------------------------