Skip to content

Commit 63838a1

Browse files
authored
Update README.md
1 parent 386bf79 commit 63838a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/ig-tm-map/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This demo integrates MONAI Deploy Informatics Gateway and the Task Manager using
2727
2. Deploy an Argo `kind:WorkflowTemplate` with a MAP. ([sample](./templates/WorkflowTemplateWIthMap.yml))
2828
3. Configure Informatics Gateway:
2929
1. Configure an AET deployed in step 2.
30-
For example, the following command would trigger the `segmentation-map` `kind:WorkflowTemplate` and use `segmentation` as the entrypoint to the Argo Workflow. (Please note the space between `segmentation-map` and `segmentation`.)
30+
For example, the following command would trigger the `segmentation-map` `kind:WorkflowTemplate` Argo Workflow. (Please note the space between `segmentation-map`.)
3131
```
32-
mig-cli aet add -a SPLEEN -w "segmentation-map" "segmentation"
32+
mig-cli aet add -a SPLEEN -w "segmentation-map"
3333
```
3434
2. Configure source AE title.
3535
3. Configure destination AE title with your DICOM listener to receive results.

0 commit comments

Comments
 (0)