Skip to content

Commit

Permalink
documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Jan 23, 2024
1 parent 42b3a76 commit 0cf31de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A ChRIS plugin to send DICOMS

[![Version](https://img.shields.io/docker/v/fnndsc/pl-dicom_dirSend?sort=semver)](https://hub.docker.com/r/fnndsc/pl-dicom_dirSend)
[![Version](https://img.shields.io/docker/v/fnndsc/pl-dicom_dirsend?sort=semver)](https://hub.docker.com/r/fnndsc/pl-dicom_dirsend)
[![MIT License](https://img.shields.io/github/license/fnndsc/pl-dicom_dirSend)](https://github.com/FNNDSC/pl-dicom_dirSend/blob/main/LICENSE)
[![ci](https://github.com/FNNDSC/pl-dicom_dirSend/actions/workflows/ci.yml/badge.svg)](https://github.com/FNNDSC/pl-dicom_dirSend/actions/workflows/ci.yml)

Expand Down
2 changes: 1 addition & 1 deletion dicom_dirSend.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def preamble_show(options) -> None:
# documentation: https://fnndsc.github.io/chris_plugin/chris_plugin.html#chris_plugin
@chris_plugin(
parser=parser,
title='My ChRIS plugin',
title='A ChRIS plugin to send DICOMs to a remote PACS store',
category='', # ref. https://chrisstore.co/plugins
min_memory_limit='100Mi', # supported units: Mi, Gi
min_cpu_limit='1000m', # millicores, e.g. "1000m" = 1 CPU core
Expand Down

0 comments on commit 0cf31de

Please sign in to comment.