diff --git a/README.md b/README.md index 1a7b9b0..eaf65dc 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ registration_obj.register( ) ``` -Further, a resample method is available for explicitly calling transformations: +Further, a resample method is available to use previously computed transforms to resample a moving image: + ```python registration_obj.resample_image( target_image=target_image_file,